Update .gitlab-ci.yml
This commit is contained in:
parent
6d73849ad6
commit
158c3eb490
|
@ -22,6 +22,9 @@ build:linux:
|
||||||
|
|
||||||
build:windows:
|
build:windows:
|
||||||
script:
|
script:
|
||||||
|
- mkdir .cargo && echo "[target.x86_64-pc-windows-gnu]
|
||||||
|
linker = \"x86_64-w64-mingw32-gcc\"
|
||||||
|
ar = \"x86_64-w64-mingw32-gcc-ar\"" > .cargo/config
|
||||||
- apt-get update -yqq
|
- apt-get update -yqq
|
||||||
- apt-get install -yqq mingw-w64
|
- apt-get install -yqq mingw-w64
|
||||||
- rustup target add x86_64-pc-windows-gnu
|
- rustup target add x86_64-pc-windows-gnu
|
||||||
|
|
Loading…
Reference in New Issue