Skip to content

Commit

Permalink
Merge pull request #299 from 99designs/test-init-on-windows
Browse files Browse the repository at this point in the history
Test gqlgen init on windows
  • Loading branch information
vektah authored Aug 23, 2018
2 parents 3f8a601 + 9148adf commit 50588a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ test_script:
- dep ensure -vendor-only
- go generate ./...
- go test -timeout 20m ./...

- echo "testing init"
- rd /s /q vendor
- go get ./...
- go install
- cd c:\gopath\src\github.com\99designs\
- mkdir init-project
- cd init-project
- gqlgen init

0 comments on commit 50588a8

Please sign in to comment.