Skip to content

Commit

Permalink
test for mac os. Removed travis and circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed Nov 18, 2021
1 parent 234e5d4 commit 3f06515
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 281 deletions.
55 changes: 0 additions & 55 deletions .circleci/config.yml

This file was deleted.

115 changes: 0 additions & 115 deletions .travis.yml

This file was deleted.

111 changes: 0 additions & 111 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ environment:
COVERALLS_REPO_TOKEN:
secure: faAiDKB0AuOoVTQrRYs/91SSOM0fgPTc13Sz/Oiu6CniFpShg/8a2+hZ2inzMFde
matrix:
- job_name: Windows build
job_group: OS_job
appveyor_build_worker_image: Visual Studio 2017
- job_name: Linux build
appveyor_build_worker_image: Ubuntu1804
job_group: OS_job
- job_name: Macosx build
appveyor_build_worker_image: macOS-BigSur
job_group: OS_job
Expand All @@ -38,48 +32,6 @@ skip_commits:
# - git config --global core.autocrlf input

for:
-
matrix:
only:
- job_name: Windows build
branches:
except:
- ci
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
build: off
deploy: off
configuration: Test
-
matrix:
only:
- job_name: Linux build
install:
- yarn
- node --version
- yarn autoclean --force
- yarn run clean
before_test:
- yarn run lint
test_script:
- yarn run unit
- yarn run e2e:impl
build: off
deploy: off
configuration: Test
-
matrix:
only:
Expand All @@ -98,28 +50,6 @@ for:
build: off
deploy: off
configuration: Test

-
matrix:
only:
- job_name: Windows build
branches:
only:
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
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
test: off
build_script:
- ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { yarn run release:predraft }
configuration: Release
-
matrix:
only:
Expand All @@ -137,44 +67,3 @@ for:
build_script:
- ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { yarn run release:predraft }
configuration: Release

-
matrix:
only:
- job_name: Windows build
branches:
only:
- ci
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
test_script:
- git config --global credential.helper store
- ps: Add-Content "$HOME\.git-credentials" "https://$($env:GH_TOKEN):x-oauth-basic@github.com`n"
- git config --global user.email %APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL%
- git config --global user.name %APPVEYOR_REPO_COMMIT_AUTHOR%
- ps: $(git stash | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- ps: $(git remote set-branches --add origin develop | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- git fetch origin develop
- git checkout --track origin/develop
- git checkout ci
- git checkout develop -- src
- yarn
- 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 ci
build: off
deploy: off
configuration: Mergeandtest

0 comments on commit 3f06515

Please sign in to comment.