2017-10-18 14:08:32 +00:00
|
|
|
language: node_js
|
2017-10-19 09:55:06 +00:00
|
|
|
|
2017-10-18 14:08:32 +00:00
|
|
|
node_js:
|
2019-07-25 10:16:35 +00:00
|
|
|
- '11' # use node for latest
|
2017-10-18 14:08:32 +00:00
|
|
|
|
2018-01-18 10:27:22 +00:00
|
|
|
# Issue with Travis: https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524
|
|
|
|
sudo: required
|
|
|
|
|
2018-03-29 12:54:16 +00:00
|
|
|
cache:
|
|
|
|
yarn: true
|
|
|
|
directories:
|
|
|
|
- node_modules
|
2018-03-29 11:50:40 +00:00
|
|
|
|
2019-01-28 11:55:20 +00:00
|
|
|
dist: xenial
|
|
|
|
|
2017-10-18 14:08:32 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- google-chrome
|
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
|
|
|
- ubuntu-toolchain-r-test
|
2017-10-18 14:08:32 +00:00
|
|
|
packages:
|
2019-01-28 13:00:22 +00:00
|
|
|
- google_chrome
|
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
|
|
|
- g++-4.8
|
2017-10-18 14:08:32 +00:00
|
|
|
|
2019-01-28 12:54:33 +00:00
|
|
|
services:
|
|
|
|
- xvfb
|
|
|
|
|
2017-10-18 14:08:32 +00:00
|
|
|
before_install:
|
2018-01-24 07:35:45 +00:00
|
|
|
# greenkeeper-lockfile support
|
|
|
|
- yarn global add greenkeeper-lockfile@1
|
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
|
|
|
- |
|
2019-01-28 12:05:10 +00:00
|
|
|
python3 -V
|
2019-01-28 12:20:55 +00:00
|
|
|
wget -qO- https://bootstrap.pypa.io/get-pip.py | sudo python3
|
2019-01-28 12:05:10 +00:00
|
|
|
python3 -m pip -V
|
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
|
|
|
|
|
|
|
|
2017-10-18 14:08:32 +00:00
|
|
|
before_script:
|
2018-01-24 07:35:45 +00:00
|
|
|
# greenkeeper-lockfile support
|
|
|
|
- greenkeeper-lockfile-update
|
2021-04-16 10:10:33 +00:00
|
|
|
# - npm install -g codecov
|
2017-10-18 14:08:32 +00:00
|
|
|
|
2018-11-26 15:45:13 +00:00
|
|
|
script: yarn coverage
|
2018-03-12 12:43:03 +00:00
|
|
|
|
|
|
|
after_success:
|
2021-04-16 10:10:33 +00:00
|
|
|
# - codecov
|
2017-10-19 10:16:59 +00:00
|
|
|
|
|
|
|
after_script:
|
2018-01-24 07:35:45 +00:00
|
|
|
# greenkeeper-lockfile support
|
2019-03-27 07:50:09 +00:00
|
|
|
- greenkeeper-lockfile-upload
|
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
|
|
|
# publish on gns3.github.io
|
2019-03-27 07:50:09 +00:00
|
|
|
- yarn buildforgithub --base-href /${TRAVIS_BRANCH}/
|
|
|
|
- export GIT_LAST_LOG="$(git log -1 --pretty=%B)"
|
|
|
|
- git clone https://${GITHUB_CREDENTIALS}@github.com/GNS3/gns3.github.io.git github-pages
|
|
|
|
- mkdir -p github-pages/${TRAVIS_BRANCH}
|
|
|
|
- rsync -r --delete dist/ github-pages/${TRAVIS_BRANCH}
|
|
|
|
- cd github-pages/${TRAVIS_BRANCH}
|
|
|
|
- git config user.email "developers@gns3.net"
|
|
|
|
- git config user.name "GNS3 Build"
|
|
|
|
- git add -A
|
|
|
|
- git commit -m "Deploy - $GIT_LAST_LOG"
|
|
|
|
- git push origin master
|
|
|
|
- cd $TRAVIS_BUILD_DIR
|
2017-10-19 09:55:06 +00:00
|
|
|
|
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
|
|
|
# publish
|
2019-03-27 07:50:09 +00:00
|
|
|
- yarn buildforelectron
|
|
|
|
- |
|
|
|
|
python3 -m pip install -r scripts/requirements.txt
|
2019-04-29 08:09:08 +00:00
|
|
|
python3 scripts/build.py download -a
|
2019-03-27 07:50:09 +00:00
|
|
|
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
|
|
|
python3 scripts/build.py validate -b dist
|
|
|
|
- yarn electron-builder --linux --x64 --publish always
|
2019-03-27 09:50:03 +00:00
|
|
|
|
|
|
|
# build sourcemaps and upload to Sentry
|
|
|
|
# fix node issue with memory
|
2019-03-27 10:44:17 +00:00
|
|
|
- |
|
2019-04-29 10:22:55 +00:00
|
|
|
if [ -n "$TRAVIS_TAG" ]; then
|
2019-03-27 10:44:17 +00:00
|
|
|
export NODE_OPTIONS=--max_old_space_size=4096
|
|
|
|
export RELEASE_VERSION=$(node -e "const fs = require('fs'); let p = fs.readFileSync('package.json'); console.log(JSON.parse(p).version);")
|
|
|
|
yarn ng build --configuration=production --base-href /static/web-ui/
|
|
|
|
yarn sentry-cli releases new $RELEASE_VERSION
|
|
|
|
yarn sentry-cli releases files $RELEASE_VERSION upload-sourcemaps dist/
|
|
|
|
fi
|