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