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:30:21 -05:00
parent acec6ddc9c
commit 60684e33bc

View file

@ -48,7 +48,7 @@ buildWindowsAndLinux:
- npm run make -- --platform="win32" --arch="x64"
- npm run make -- --platform="linux" --arch="x64"
- npm run make -- --platform="linux" --arch="arm64"
- cp -f out/make/* /artifacts/
- cp -rf out/make/* /artifacts/
artifacts:
untracked: false
when: on_success