Update gitlab test yaml

This commit is contained in:
Craig Small 2016-04-20 22:00:24 +10:00
parent 3f5b75035e
commit 11635f45d7

View File

@ -1,11 +1,11 @@
# This file is generated by GitLab CI # This file is generated by GitLab CI
Testsuites: before_script:
- apt-get update -qq && apt-get install -y -qq autopoint autoconf automake
MakeCheck:
script: script:
- "./autogen.sh" - "./autogen.sh"
- "./configure" - "./configure"
- make - make
- make check - make check
- make clean - make clean
tags:
except:
- tags