TCI: gns3server validation

This commit is contained in:
Dominik Ziajka 2018-01-18 07:48:23 +01:00
parent 9f965a200a
commit 004e616ac7

View File

@ -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