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

[test] add CI support

- Resolves: #13
parent 1e3491ea
No related branches found
No related tags found
No related merge requests found
---
stages:
- build
variables:
GOPATH: /go
APP_PATH: /go/src/0xacab.org/leap/bitmask-systray
build_test:
image: 0xacab.org:4567/leap/bitmask-dev:latest
stage: build
script:
- apt-get -y install libappindicator3-dev libgtk-3-dev libzmq3-dev golang
- mkdir -p /go/src/0xacab.org/leap/
- ln -s "$(pwd)" ${APP_PATH}
- cd ${APP_PATH}
- go get .
- go test ./...
- go build
tags:
- linux
artifacts:
paths:
- 'bitmask-systray'
expire_in: 1 month
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