kopia lustrzana https://github.com/dl9rdz/rdzwx-go
more travis testing: win
rodzic
b369d7c8d4
commit
92e64c1cbc
18
.travis.yml
18
.travis.yml
|
@ -7,14 +7,14 @@ matrix:
|
|||
env:
|
||||
- ELECTRON_CACHE=$HOME/.cache/electron
|
||||
- ELECTRON_BUILD_BACHE=$HOME/.cache/electron-builder
|
||||
# deploy:
|
||||
# provider: releases
|
||||
# api_key: ${GITHUB_API_KEY}
|
||||
# file: rdzSonde-setup-${TRAVIS_TAG}.exe
|
||||
# skip_cleanup: true
|
||||
# overwrite: true
|
||||
# on:
|
||||
# tags: true
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: ${GITHUB_API_KEY}
|
||||
file: rdzSonde-v${TRAVIS_TAG}.dmg
|
||||
skip_cleanup: true
|
||||
overwrite: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
- os: windows
|
||||
language: node_js
|
||||
|
@ -99,12 +99,14 @@ script:
|
|||
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then
|
||||
echo "Windows";
|
||||
cordova build electron --release;
|
||||
find platforms
|
||||
mv platforms\electron\build\*.exe rdzSonde-setup-${TRAVIS_TAG}.exe;
|
||||
ls *.exe;
|
||||
fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||
echo "OSX";
|
||||
cordova build electron --release;
|
||||
mv platforms/electron/build/rdzSonde*.dmg rdzSonde-v${TRAVIS_TAG}.dmg;
|
||||
fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||
cordova build --release;
|
||||
|
|
Ładowanie…
Reference in New Issue