remove windows drone tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5231aa396c
commit
00ed1609ba
1 changed files with 0 additions and 12 deletions
12
.drone.yml
12
.drone.yml
|
@ -8,12 +8,6 @@ steps:
|
|||
- apt update
|
||||
- apt install -y libgtk-3-dev
|
||||
- cargo test -v
|
||||
|
||||
- name: test-win-debug
|
||||
image: lordmzte/rust-win
|
||||
depends_on: [ clone ]
|
||||
commands:
|
||||
- cargo test -v --target x86_64-pc-windows-gnu
|
||||
|
||||
- name: test-linux-release
|
||||
image: rust
|
||||
|
@ -22,12 +16,6 @@ steps:
|
|||
- apt update
|
||||
- apt install -y libgtk-3-dev
|
||||
- cargo test -v --release
|
||||
|
||||
- name: test-win-release
|
||||
image: lordmzte/rust-win
|
||||
depends_on: [ clone ]
|
||||
commands:
|
||||
- cargo test -v --target x86_64-pc-windows-gnu --release
|
||||
---
|
||||
kind: pipeline
|
||||
name: release
|
||||
|
|
Loading…
Reference in a new issue