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
39afa7538c
commit
9279aaf84a
1 changed files with 2 additions and 1 deletions
|
@ -19,10 +19,11 @@ buildWindowsAndLinux:
|
||||||
- fcast
|
- fcast
|
||||||
before_script:
|
before_script:
|
||||||
- cd receivers/electron
|
- cd receivers/electron
|
||||||
- apt update && apt install -y zip dpkg fakeroot rpm wine wget unzip
|
- apt update && apt install -y zip dpkg fakeroot rpm wine mono-devel wget unzip
|
||||||
- wget https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip
|
- wget https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip
|
||||||
- unzip wix314-binaries.zip -d wix314-binaries
|
- unzip wix314-binaries.zip -d wix314-binaries
|
||||||
# p7zip-full
|
# p7zip-full
|
||||||
|
- ln -s /usr/bin/wine /usr/bin/wine64
|
||||||
- export WINEPATH="wix314-binaries/"
|
- export WINEPATH="wix314-binaries/"
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue