travis 17
This commit is contained in:
parent
37e9d8242b
commit
7a1a6354df
|
@ -9,7 +9,7 @@ script: node -v
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- npm install electron-builder -g
|
- npm install electron-builder -g
|
||||||
- cd app
|
- cd app
|
||||||
- if [ "$TRAVIS_OS_NAME" = "windows" ];then VERSION=$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' package.json);else :;fi
|
- VERSION=$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' package.json)
|
||||||
- npm install
|
- npm install
|
||||||
- if [ "$TRAVIS_OS_NAME" = "osx" ];then electron-builder --mac -p never;else :;fi
|
- if [ "$TRAVIS_OS_NAME" = "osx" ];then electron-builder --mac -p never;else :;fi
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ];then electron-builder --linux --x64 -p never;else :;fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ];then electron-builder --linux --x64 -p never;else :;fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user