Skip to content

Commit 27c2cdc

Browse files
committed
Skip macOS and ndf
Signed-off-by: John Nunley <[email protected]>
1 parent 29a035c commit 27c2cdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
pull: always
2323
commands:
2424
- ensure_tool.sh wayland x11
25-
- test_rust.sh stable x11 wayland thread_safe,x11,wayland
25+
- test_rust.sh stable --skip-macos --skip-ndf x11 wayland thread_safe,x11,wayland
2626
---
2727
kind: pipeline
2828
type: docker
@@ -37,7 +37,7 @@ steps:
3737
pull: always
3838
commands:
3939
- ensure_tool.sh wayland x11
40-
- test_rust.sh beta x11 wayland thread_safe,x11,wayland
40+
- test_rust.sh beta --skip-macos --skip-ndf x11 wayland thread_safe,x11,wayland
4141
---
4242
kind: pipeline
4343
type: docker
@@ -52,7 +52,7 @@ steps:
5252
pull: always
5353
commands:
5454
- ensure_tool.sh wayland x11
55-
- test_rust.sh nightly x11 wayland thread_safe,x11,wayland
55+
- test_rust.sh nightly --skip-macos --skip-ndf x11 wayland thread_safe,x11,wayland
5656
---
5757
kind: pipeline
5858
type: docker
@@ -67,7 +67,7 @@ steps:
6767
pull: always
6868
commands:
6969
- ensure_tool.sh wayland x11
70-
- test_rust.sh 1.65.0 x11 wayland thread_safe,x11,wayland
70+
- test_rust.sh 1.65.0 --skip-macos --skip-ndf x11 wayland thread_safe,x11,wayland
7171
---
7272
kind: pipeline
7373
type: docker

0 commit comments

Comments
 (0)