Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-26 14:35:03 +00:00
parent 6d73849ad6
commit 158c3eb490
1 changed files with 3 additions and 0 deletions

View File

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