.gitlab-ci.yml: added CI job for testing when not in master

This commit is contained in:
Nikos Mavrogiannopoulos 2017-03-28 16:16:58 +02:00
parent 6055178c39
commit 8997cc01ea

View file

@ -15,3 +15,13 @@ pages:
paths:
- public
test:
image: fedora:25
script:
- dnf install -y publican-fedora publican gnutls-devel openssl-devel nss-devel gcc-go gcc make java-devel gcc-c++ expat-devel qt-devel
- make
tags:
- shared
except:
- master