Skip to content

Commit

Permalink
Test gqlgen init on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Scarr committed Aug 23, 2018
1 parent 3f8a601 commit 3e68cba
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 github.com/vektah/gqlparser github.com/gorilla/websocket github.com/agnivade/levenshtein github.com/pkg/errors
- go install
- cd c:\gopath\src\github.com\99designs\
- mkdir init-project
- cd init-project
- gqlgen init

0 comments on commit 3e68cba

Please sign in to comment.