travis 8
This commit is contained in:
parent
205a3bea44
commit
a4ac0af6e1
|
@ -10,10 +10,6 @@ before_deploy:
|
|||
- npm install electron-builder -g
|
||||
- cd app
|
||||
- npm install
|
||||
-if [ true ] ; then
|
||||
echo "true"
|
||||
else
|
||||
:fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; npm run build ; then : fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; electron-builder --linux --x64 --ia32 ; then : fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; mv ../build/thedesk-*-ia32.zip ../build/thedesk-ia32.zip ; then : fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user