mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-12 17:08:45 +00:00
Gitlab CI Testing
This commit is contained in:
parent
9c7dc7f5fd
commit
1e5178e7c2
1 changed files with 7 additions and 6 deletions
|
@ -19,15 +19,16 @@ buildWindowsAndLinux:
|
||||||
- fcast
|
- fcast
|
||||||
before_script:
|
before_script:
|
||||||
- cd receivers/electron
|
- cd receivers/electron
|
||||||
- apt update && apt install -y zip dpkg fakeroot rpm
|
- apt update && apt install -y zip dpkg fakeroot rpm wine wget unzip
|
||||||
#wine p7zip-full unzip
|
- unzip wix314-binaries.zip -d wix314-binaries
|
||||||
- export WINEPATH="/root/wix314-binaries/"
|
# p7zip-full
|
||||||
|
- export WINEPATH="wix314-binaries/"
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
# - npm run make -- --platform="win32" --arch="x64"
|
- npm run make -- --platform="win32" --arch="x64"
|
||||||
- npm run make -- --platform="linux" --arch="x64"
|
# - npm run make -- --platform="linux" --arch="x64"
|
||||||
- npm run make -- --platform="linux" --arch="arm64"
|
# - npm run make -- --platform="linux" --arch="arm64"
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue