mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-29 21:44:14 +00:00
Electron-builder: publish always
This commit is contained in:
parent
75f4c6e733
commit
7a4c882c16
@ -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
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
|||||||
pip3 install -r scripts/requirements.txt
|
pip3 install -r scripts/requirements.txt
|
||||||
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 --publish always
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Dist project
|
name: Dist project
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user