Skip to content

Commit

Permalink
Fix CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Feb 16, 2021
1 parent ec5960c commit 3d1a691
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ jobs:
- run:
name: Test go get
command: |
git config --global url."[email protected]:".insteadOf "https://github.com/"
ssh -T -oStrictHostKeyChecking=no [email protected] || true
go get github.com/DeNA/unity-meta-check
- run:
name: Test
command: unity-meta-check --version

build-linux:
test-linux:
docker:
- image: cimg/go:1.14

Expand All @@ -27,7 +24,7 @@ jobs:
git submodule update --init --recursive
go test -v ./...
build-windows:
test-windows:
resource_class: windows.medium
machine:
image: windows-default
Expand All @@ -44,10 +41,10 @@ jobs:
workflows:
version: 2

build-linux-and-windows:
test-linux-and-windows:
jobs:
- build-linux
- build-windows
- test-linux
- test-windows
- go_get:
filters:
branches:
Expand Down

0 comments on commit 3d1a691

Please sign in to comment.