Skip to content

Commit

Permalink
patch: Merge pull request #27 from abdul-jabbar01/master
Browse files Browse the repository at this point in the history
Updated Circleci configuration
  • Loading branch information
johnholiver authored Jul 12, 2019
2 parents f248a5a + 6a149dc commit c3b70cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: go get -u github.com/stevenmatthewt/semantics
- run:
name: cross compile
command: gox -os="linux darwin windows" -arch="amd64 386" -output="dist/{{.OS}}/{{.Arch}}/pligos"
command: CGO_ENABLED=0 gox -os="linux darwin windows" -arch="amd64 386" -output="dist/{{.OS}}/{{.Arch}}/pligos"

- add_ssh_keys
- run:
Expand Down

0 comments on commit c3b70cf

Please sign in to comment.