You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
841 B
40 lines
841 B
version: 1.0.{build}
|
|
environment:
|
|
nodejs_version: "4.2.2"
|
|
GITHUB_KEY:
|
|
secure: eZcSozzDKzRJhSoXL7LS9w1jqFLdkiRT4H57JoWGpKj/kS6NC/DP3ColwKkvSeFn
|
|
SIGN_CERT_PASS:
|
|
secure: UEVPxVtsn5UnAi3PhhkUSA==
|
|
GPMDP_LASTFM_API_KEY:
|
|
secure: t4Ka6QT10/i0FMX4cVi4BaNeGKfi76T/iEKZ3PEsnUPrQ2lK6cmlGSA01NfHvUze
|
|
GPMDP_LASTFM_API_SECRET:
|
|
secure: RIfJtcbYwHBG7uGI8TQS9JzO37zPNuyO3yPPayVKb8vVISfxrFXH4rYT9dzmGaAx
|
|
|
|
branches:
|
|
except:
|
|
- website
|
|
|
|
platform:
|
|
- x64
|
|
|
|
cache:
|
|
- node_modules
|
|
- '%USERPROFILE%\.electron'
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
- npm upgrade
|
|
|
|
test_script:
|
|
# Output useful info for debugging.
|
|
- node --version
|
|
- npm --version
|
|
# run tests
|
|
- npm test
|
|
|
|
build_script:
|
|
- cmd: npm run make:win
|
|
|
|
artifacts:
|
|
- path: 'dist\win32\Google Play Music Desktop PlayerSetup.exe'
|
|
|