mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
chmod the build
This commit is contained in:
parent
285faf6051
commit
aaeb2136a9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -20,6 +19,7 @@ build:
|
||||||
- apt install -y libfdisk-dev libclang-19-dev
|
- apt install -y libfdisk-dev libclang-19-dev
|
||||||
script:
|
script:
|
||||||
- cargo build --release --verbose
|
- cargo build --release --verbose
|
||||||
|
- chmod +x /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer
|
- /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue