mirror of
https://github.com/DefectingCat/rua-list
synced 2025-07-15 16:51:31 +00:00
Update cross-platform linker
Update .gitlab-ci.yml file
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "x86_64-unknown-linux-gnu-gcc"
|
||||
|
||||
[target.x86_64-unknown-linux-musl]
|
||||
linker = "x86_64-linux-musl-gcc"
|
||||
|
||||
[target.x86_64-pc-windows-gnu]
|
||||
linker = "x86_64-w64-mingw32-gcc"
|
@ -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:
|
||||
|
Reference in New Issue
Block a user