Skip to content
Snippets Groups Projects
Unverified Commit 1d3d04fc authored by meskio's avatar meskio :tent:
Browse files

[test] build standalone on the CI

parent 9d01aa59
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ build_test:
- ln -s "$(pwd)" ${APP_PATH}
- cd ${APP_PATH}
- make get
- make static
- make standalone
- make build
tags:
- linux
......
......@@ -5,7 +5,8 @@ TAGS ?= gtk_3_18
all: icon locales get build
get:
go get -tags $(TAGS) . ./standalone
go get -tags $(TAGS) ./...
go get -tags "$(TAGS) standalone" ./...
build:
go build -tags $(TAGS) -ldflags "-X main.version=`git describe --tags`"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment