Skip to content

Commit

Permalink
Removed attempt to test go code for each platform...
Browse files Browse the repository at this point in the history
Go compiler is building code specific for other platform and therefore
it could be only ran from that platform, not from one that's used
for a build.
  • Loading branch information
asergeyev committed Feb 16, 2015
1 parent b1b7588 commit 2690f55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ out/$(RELEASE_VERSION)/%/websocketd out/$(RELEASE_VERSION)/%/websocketd.exe: $(G
rm -f $@
mkdir -p $(dir $@)
$(FLAGS_$*) $(GO_DIR)/go/bin/go get golang.org/x/net/websocket
$(FLAGS_$*) $(GO_DIR)/go/bin/go test github.com/joewalnes/websocketd/libwebsocketd
$(FLAGS_$*) $(GO_DIR)/go/bin/go build -ldflags "-X main.version $(RELEASE_VERSION)" -o out/$(RELEASE_VERSION)/$*/websocketd$(EXTENSION_$*) $(wildcard ../*.go)
touch $@

Expand Down

0 comments on commit 2690f55

Please sign in to comment.