Skip to content

Commit c80e5b7

Browse files
committed
First attempt at building with gitlab.
1 parent 8904409 commit c80e5b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
image: golang:1.13.2-buster
2+
3+
tests:
4+
before_script:
5+
- apt-get update && apt-get install -y wget pkg-config libboost-dev libgmp-dev
6+
- go get -v github.com/bazelbuild/bazelisk
7+
- go env GOPATH
8+
script:
9+
- ../gopath/bin/bazelisk test //:test

0 commit comments

Comments
 (0)