test: Update gitlab CI YAML to use shared runner

This commit is contained in:
Craig Small 2016-04-20 22:20:55 +10:00
parent d48c54f679
commit 1e6452fe65
1 changed files with 9 additions and 9 deletions

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 libtool-bin gettext libncursesw5-dev dejagnu libnuma-dev libsystemd-dev
MakeCheck:
script: script:
- "./autogen.sh" - "./autogen.sh"
- "./configure" - "./configure"
- make - make
- make check - make check
- make clean - make clean
tags:
except:
- tags