gtk2/.gitlab-ci/test-docker.sh
Christoph Reiter 81c4fa5d50 Add gitlab-ci support using a prebuilt docker image
This uses autotools and just calls make
2018-03-04 10:52:49 +01:00

7 lines
43 B
Bash
Executable File

#!/bin/bash
set -e
./autogen.sh
make -j8