Skip to content

Commit

Permalink
New build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhoya committed Apr 5, 2018
1 parent 7e33b5d commit 7ddc4e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
File renamed without changes.
8 changes: 5 additions & 3 deletions build/ci/appveyor.yml
Expand Up @@ -13,12 +13,14 @@ environment:
GOVERSION: 1.10

install:
- go get -u github.com/golang/dep/...
- dep ensure


build_script:
- cd src
- go build -o gosint

- go test ./..
- go build cmd/gosint/main.go

artifacts:
- path: gosint
- path: gosint

0 comments on commit 7ddc4e3

Please sign in to comment.