xref: /DragonOS/kernel/crates/rbpf/.appveyor.yml (revision 7b0ef10895108a0de5ff5ef3d2f93f40cf2e33a5)
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