Update .gitlab-ci.yml
This commit is contained in:
parent
5478fac5af
commit
6d73849ad6
|
@ -24,6 +24,7 @@ build:windows:
|
|||
script:
|
||||
- apt-get update -yqq
|
||||
- apt-get install -yqq mingw-w64
|
||||
- rustup target add x86_64-pc-windows-gnu
|
||||
- cargo build --release --target=x86_64-pc-windows-gnu
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue