mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-10 03:49:53 +00:00
TCI: gns3server validation
This commit is contained in:
parent
9f965a200a
commit
004e616ac7
@ -54,9 +54,12 @@ after_script:
|
||||
- yarn buildforelectron
|
||||
- python3 -m venv env
|
||||
- |
|
||||
source env/bin/activate
|
||||
pip3 install -r scripts/requirements.txt
|
||||
python3 scripts/build.py download
|
||||
python3 scripts/build.py build -b dist
|
||||
# python3 scripts/build.py validate -b dist
|
||||
# build command from cx_freeze does something in background and we need to assure
|
||||
# that step completed
|
||||
- |
|
||||
source env/bin/activate
|
||||
python3 scripts/build.py validate -b dist
|
||||
- yarn electron-builder --linux --x64
|
||||
|
Loading…
x
Reference in New Issue
Block a user