Update .gitlab-ci.yml file
This commit is contained in:
@@ -1,27 +1,28 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
build_linux:
|
build_linux:
|
||||||
stage: build
|
stage: build
|
||||||
resource_group: build
|
|
||||||
script:
|
script:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/release/polygomusic
|
- target/release/polymusic
|
||||||
- fonts/
|
- fonts/
|
||||||
- assets/
|
- assets/
|
||||||
expire_in: 1 month
|
expire_in: 1 month
|
||||||
tags:
|
tags:
|
||||||
- all
|
- linux
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
stage: build
|
stage: build
|
||||||
resource_group: build
|
|
||||||
script:
|
script:
|
||||||
- cargo build --release --target x86_64-pc-windows-gnu
|
- cargo build --release --target x86_64-pc-windows-gnu
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/x86_64-pc-windows-gnu/release/polygomusic.exe
|
- target/x86_64-pc-windows-gnu/release/polymusic.exe
|
||||||
- fonts/
|
- fonts/
|
||||||
- assets/
|
- assets/
|
||||||
expire_in: 1 month
|
expire_in: 1 month
|
||||||
tags:
|
tags:
|
||||||
- all
|
- windows
|
||||||
|
|||||||
Reference in New Issue
Block a user