Hash : 8e834cd0 Author : Date : 2018-05-31T03:59:49
build: Simplify gitlab CI configuration Merge all stages so that we do not need to pass artifacts around. Quiesce «apt install».
Download
1 2 3 4 5 6 7 8 9
image: debian:stretch test: before_script: - apt update -qq - apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool script: - ./autogen && ./configure - make check