From 158c3eb4906227bcceb580b063096d5dc57570a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 26 Mar 2019 14:35:03 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75d500c..208daca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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