Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
version: 1.0.{build}
|
|
|
|
|
|
|
|
# Do not build feature branch with open Pull Requests
|
|
|
|
skip_branch_with_pr: true
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
|
|
|
init:
|
|
|
|
- git config --global core.autocrlf input
|
|
|
|
|
|
|
|
install:
|
|
|
|
- ps: Install-Product node 8 x64
|
|
|
|
- yarn
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- yarn buildforelectron
|
|
|
|
- "%PYTHON%\\python.exe -m pip install -r scripts\\requirements.txt"
|
|
|
|
- "%PYTHON%\\python.exe scripts\\build.py download"
|
2018-01-18 08:28:32 +00:00
|
|
|
- "%PYTHON%\\python.exe scripts\\build.py build_exe -b dist/exe.gns3server -s"
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
- "%PYTHON%\\python.exe scripts\\build.py validate -b dist"
|
|
|
|
- yarn electron-builder --win --x64
|
|
|
|
|
|
|
|
test: off
|
|
|
|
|
2018-01-29 07:15:53 +00:00
|
|
|
artifacts:
|
|
|
|
- path: 'GNS3*.exe'
|
|
|
|
name: gns3-web-ui
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
GH_TOKEN:
|
|
|
|
secure: Zb0F4wfA/3zXZBQiEmEGpKIP17hD9gb/CNwxQE2N3J4Eq3z58mp0K0ey5g8Dupsb
|
|
|
|
PYTHON: "C:\\Python36-x64"
|