Skip to content

Commit

Permalink
test only for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangMau committed Jan 20, 2018
1 parent 896aae5 commit 2cca47e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
build/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ compile: check goxcompile

goxcompile: export CGO_ENABLED=1
goxcompile: dependencies
gox -arch amd64 -os 'darwin linux' -osarch 'windows/386' -output "$(BUILD_DIR)/{{.OS}}/$(NAME)/${TARGET}" .
gox -arch -osarch 'linux/amd64' git status -output "$(BUILD_DIR)/{{.OS}}/$(NAME)/${TARGET}" .

clean:
@rm -f $(TARGET)
Expand Down
40 changes: 0 additions & 40 deletions circle.yaml

This file was deleted.

0 comments on commit 2cca47e

Please sign in to comment.