Skip to content
Snippets Groups Projects
Commit 4df0283e authored by Lukas Braun's avatar Lukas Braun
Browse files

Just export all the stuff

parent 9bf92582
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ before_script:
- ln -s /builds /go/src/gitlab.cs.fau.de
- cd /go/src/gitlab.cs.fau.de/koomi/goatherd
- go get -d
- export PGHOST=postgres PGUSER=$POSTGRES_USER PGPASSWORD=$POSTGRES_PASSWORD PGSSLMODE=disable
- export DB_URL="host=postgres user=$POSTGRES_USER password=$POSTGRES_PASSWORD sslmode=disable"
- apt update
- apt install --yes libpam0g-dev libgnutls28-dev libpam-wrapper pamtester oathtool postgresql
......@@ -18,13 +19,13 @@ before_script:
go1.8:
image: golang:1.8-stretch
script:
- PGPASSWORD="$POSTGRES_PASSWORD" PGHOST=postgres make test
- make test
tags:
- shared runner
go1.9:
image: golang:1.9-stretch
script:
- PGPASSWORD="$POSTGRES_PASSWORD" PGHOST=postgres make test
- make test
tags:
- shared runner
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment