mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-25 22:21:17 +10:00
disable windows target
This commit is contained in:
@ -7,7 +7,7 @@ stages:
|
|||||||
matrix:
|
matrix:
|
||||||
- TARGET:
|
- TARGET:
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-pc-windows-msvc
|
# - x86_64-pc-windows-msvc
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
@ -8,8 +8,7 @@
|
|||||||
"triples": {
|
"triples": {
|
||||||
"defaults": false,
|
"defaults": false,
|
||||||
"additional": [
|
"additional": [
|
||||||
"x86_64-unknown-linux-gnu",
|
"x86_64-unknown-linux-gnu"
|
||||||
"x86_64-pc-windows-msvc"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user