Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-26 14:36:02 +00:00
parent 158c3eb490
commit 847c34f31b
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ build:linux:
build:windows:
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
- 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
- apt-get update -yqq
- apt-get install -yqq mingw-w64
- rustup target add x86_64-pc-windows-gnu