Skip to content

Commit

Permalink
Merged for Windows CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 23, 2021
1 parent ff828db commit c600d4d
Showing 1 changed file with 9 additions and 38 deletions.
47 changes: 9 additions & 38 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ for:
- job_name: Windows build
branches:
except:
- ci
- windows
- macosx
- linux
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
Expand All @@ -61,16 +59,22 @@ for:
- yarn run lint
test_script:
- yarn run unit
- yarn run e2e:impl
after_test:
- yarn run cucumber:report:badge
on_success:
- git add test/cucumber_report.html test/cucumber_report.json README.md
- git commit -m "appveyor Updating branch from appveyor build."
- git push origin $env:APPVEYOR_REPO_BRANCH
build: off
deploy: off
configuration: Default
configuration: Test
-
matrix:
only:
- job_name: Linux build
branches:
except:
- ci
- windows
- macosx
- linux
Expand All @@ -89,14 +93,13 @@ for:
test_script:
- yarn run unit
deploy: off
configuration: Default
configuration: Test
-
matrix:
only:
- job_name: Macosx build
branches:
except:
- ci
- windows
- macosx
- linux
Expand All @@ -113,38 +116,6 @@ for:
- yarn run unit
build: off
deploy: off
configuration: Default

-
matrix:
only:
- job_name: Windows build
branches:
only:
- windows
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node $env:nodejs_version $env:plat
- choco upgrade yarn
- git reset --hard HEAD
- yarn
- node --version
- yarn autoclean --force
- yarn run clean
before_test:
- yarn run lint
test_script:
- yarn run unit
- yarn run e2e:impl
after_test:
- yarn run cucumber:report:badge
on_success:
- git add test/cucumber_report.html test/cucumber_report.json README.md
- git commit -m "appveyor Updating branch from appveyor build."
- git push origin windows
build: off
deploy: off
configuration: Test
-
matrix:
Expand Down

0 comments on commit c600d4d

Please sign in to comment.