adding a linux build

This commit is contained in:
Bryan Stansell 2019-03-18 12:23:53 -07:00
parent f43f978691
commit fc94056635

View File

@ -12,3 +12,13 @@ freebsd_12_task:
- make
test_script:
- make test
linux_gcc_task:
container:
image: gcc:latest
build_script:
- autoconf
- ./configure || { cat config.log; exit 1; }
- make
test_script:
- make test