Update .gitlab-ci.yml
This commit is contained in:
parent
158c3eb490
commit
847c34f31b
|
@ -22,9 +22,7 @@ build:linux:
|
||||||
|
|
||||||
build:windows:
|
build:windows:
|
||||||
script:
|
script:
|
||||||
- mkdir .cargo && echo "[target.x86_64-pc-windows-gnu]
|
- mkdir .cargo && echo -e "[target.x86_64-pc-windows-gnu]\nlinker = \"x86_64-w64-mingw32-gcc\"\nar = \"x86_64-w64-mingw32-gcc-ar\"" > .cargo/config
|
||||||
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