Skip to content

Commit

Permalink
[make][ci] refs fibercrypto#135 Add rule for travis windows installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 21, 2019
1 parent 0476770 commit a53ef86
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.PHONY: prepare-release gen-mocks
.PHONY: run help
.PHONY: test test-core test-sky test-sky-launch-html-cover test-cover lint
.PHONY: clean-test clean-build clean clean-Windows tw
.PHONY: clean-test clean-build clean clean-Windows

# Application info (for dumping)
ORG_DOMAIN := simelo.tech.org
Expand Down Expand Up @@ -195,6 +195,11 @@ $(BINPATH_Windows_NT): $(SRCFILES)
make build-res-Windows_NT
make build-qt

build-Windows-travis: $(SRCFILES)
make build-icon
make build-res-Windows_NT
make build-qt

build-res-Darwin: $(PLIST) $(APP_ICON_PATH)/appIcon.icns
@echo "Building on Darwin"
mkdir -p "$(DARWIN_RES)/Content/Resources"
Expand Down Expand Up @@ -273,9 +278,6 @@ install-linters: ## Install linters
go get -u github.com/FiloSottile/vendorcheck
cat ./.travis/install-golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.21.0

tw: ## Install linters
@echo $(UNAME_S)

install-coveralls: ## Install coveralls
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
Expand Down

0 comments on commit a53ef86

Please sign in to comment.