Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-06 07:25:49 +00:00
parent 65332d953d
commit 2251fc57ca

View File

@ -6,6 +6,9 @@ build:amd64:
stage: build
image: rust
script:
- rustup target add x86_64-unknown-linux-musl
- rustup target add x86_64-unknown-linux-gnu
- rustup target add x86_64-pc-windows-gnu
- cargo build --release
artifacts:
paths: