Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-26 14:29:30 +00:00
parent 5478fac5af
commit 6d73849ad6
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ build:windows:
script: script:
- 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
- cargo build --release --target=x86_64-pc-windows-gnu - cargo build --release --target=x86_64-pc-windows-gnu
artifacts: artifacts:
paths: paths: