Skip to content

Commit

Permalink
appveyor: simplified branch builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Nov 1, 2018
1 parent 894e14c commit 2eeff48
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ image: Visual Studio 2017

platform:
- x64
#
#cache:
# - node_modules
# - '%APPDATA%\npm-cache'
# - '%USERPROFILE%\.electron'
# - '%USERPROFILE%\AppData\Local\Yarn\cache'

cache:
- node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
- '%USERPROFILE%\AppData\Local\Yarn\cache'

environment:
GH_TOKEN:
Expand Down Expand Up @@ -58,13 +58,6 @@ for:
- ps: $(git checkout $env:APPVEYOR_REPO_BRANCH | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- ps: $(git checkout develop -- src | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- yarn
build: off
deploy: off
configuration: test
-
branches:
only:
- /ci/
test_script:
- yarn run clean
- yarn run unit
Expand All @@ -74,7 +67,7 @@ for:
- yarn run cucumber:report:badge
build: off
deploy: off
configuration: test
configuration: mergeandtest
-
branches:
only:
Expand Down

0 comments on commit 2eeff48

Please sign in to comment.