export gtest in .gitlab-ci.yml

This commit is contained in:
Christian Zimmermann 2017-11-15 17:59:24 +01:00
parent 650b41967e
commit c6dcfbc1b3

View file

@ -1,3 +1,6 @@
before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
image: docker.io/rqcd/centos-7.2.1511-buildtools:latest
stages: