Skip to content
Snippets Groups Projects

CI

Merged Stephen D requested to merge ci into master
Files
2
+ 1
6
@@ -9,8 +9,6 @@ before_script:
- rustup component add rustfmt
- rustup component add clippy
- rustup target add x86_64-pc-windows-gnu
- rustup target add x86_64-apple-darwin
- rustup target add aarch64-apple-darwin
test:
stage: test
@@ -24,11 +22,8 @@ build:
script:
- cargo build --release
- cargo build --release --target x86_64-pc-windows-gnu
- cargo build --release --target x86_64-apple-darwin
- cargo build --release --target aarch64-apple-darwin
artifacts:
paths:
- target/release/dotacat
- target/x86_64-pc-windows-gnu/release/dotacat.exe
- target/x86_64-apple-darwin/release/dotacat
- target/aarch64-apple-darwin/release/dotacat
Loading