xref: /DragonOS/kernel/crates/rbpf/.appveyor.yml (revision fae6e9ade46a52976ad5d099643d51cc20876448)
1version: 1.0.{build}
2branches:
3  only:
4    - main
5os:
6  - Visual Studio 2015
7clone_depth: 1
8configuration:
9  - Debug
10platform:
11  - x64
12environment:
13  matrix:
14    - TOOLCHAIN_VERSION: 14.0
15      RUST: 1.76.0
16    - TOOLCHAIN_VERSION: 14.0
17      RUST: beta
18    - TOOLCHAIN_VERSION: 14.0
19      RUST: nightly
20
21build_script: mk/appveyor.bat
22