mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 06:18:09 +00:00
Merge branch 'master' into unit-tests
This commit is contained in:
@ -24,7 +24,7 @@ build_script:
|
|||||||
- "%PYTHON%\\python.exe scripts\\build.py build_exe -b dist/exe.gns3server -s"
|
- "%PYTHON%\\python.exe scripts\\build.py build_exe -b dist/exe.gns3server -s"
|
||||||
- "%PYTHON%\\python.exe scripts\\build.py validate -b dist"
|
- "%PYTHON%\\python.exe scripts\\build.py validate -b dist"
|
||||||
- "%PYTHON%\\python.exe scripts\\build.py download_dependencies -b dist"
|
- "%PYTHON%\\python.exe scripts\\build.py download_dependencies -b dist"
|
||||||
- yarn electron-builder --win --x64
|
- yarn electron-builder --win --x64 --publish always
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Dist project
|
name: Dist project
|
||||||
command: |
|
command: |
|
||||||
yarn electron-builder --mac --x64
|
yarn electron-builder --mac --x64 --publish always
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Gather artifacts
|
name: Gather artifacts
|
||||||
|
@ -68,4 +68,4 @@ after_script:
|
|||||||
python3 scripts/build.py download
|
python3 scripts/build.py download
|
||||||
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||||
python3 scripts/build.py validate -b dist
|
python3 scripts/build.py validate -b dist
|
||||||
- yarn electron-builder --linux --x64
|
- yarn electron-builder --linux --x64 --publish always
|
||||||
|
Reference in New Issue
Block a user