mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-13 17:38:46 +00:00
Gitlab CI Testing
This commit is contained in:
parent
98f1e6868d
commit
acec6ddc9c
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ buildMac:
|
||||||
- npm run build
|
- npm run build
|
||||||
- npm run make -- --platform="darwin" --arch="arm64"
|
- npm run make -- --platform="darwin" --arch="arm64"
|
||||||
- npm run make -- --platform="darwin" --arch="x64"
|
- npm run make -- --platform="darwin" --arch="x64"
|
||||||
- cp -f out/make/* /artifacts/
|
- scp -r out/make/* root@$FCAST_DO_RUNNER_IP:/artifacts/
|
||||||
- scp out/make/* root@$FCAST_DO_RUNNER_IP:/artifacts/
|
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: false
|
untracked: false
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue