mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-13 09:28:45 +00:00
Gitlab CI Testing
This commit is contained in:
parent
26c94d4637
commit
da6bd3c781
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ buildMacOs:
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- npm run make --arch arm64
|
- npm run package -- --arch="arm64"
|
||||||
|
- npm run make -- --arch="arm64"
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue