Skip to content

Commit

Permalink
update appveyour to not rely on main
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Scarr committed Jan 10, 2019
1 parent f46b7c8 commit a7f719a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/integration/schema-fetched.graphql
/example/chat/package-lock.json
/codegen/gen
/gen

.idea/
*.test
Expand Down
14 changes: 13 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,16 @@ test_script:
- cd c:\gopath\src\github.com\99designs\
- mkdir init-project
- cd init-project
- gqlgen init
- ps: |
Set-Content -Value @"
// +build ignore
package main
import "github.com/99designs/gqlgen/cmd"
func main() {
cmd.Execute()
}
"@ -Path .\gqlgen.go
- go run gqlgen.go init

0 comments on commit a7f719a

Please sign in to comment.