1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-20 15:14:23 -05:00
parent 98f1e6868d
commit acec6ddc9c

View file

@ -25,8 +25,7 @@ buildMac:
- npm run build
- npm run make -- --platform="darwin" --arch="arm64"
- npm run make -- --platform="darwin" --arch="x64"
- cp -f out/make/* /artifacts/
- scp out/make/* root@$FCAST_DO_RUNNER_IP:/artifacts/
- scp -r out/make/* root@$FCAST_DO_RUNNER_IP:/artifacts/
artifacts:
untracked: false
when: on_success