mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-18 20:37:56 +00:00
adding a linux build
This commit is contained in:
parent
f43f978691
commit
fc94056635
10
.cirrus.yml
10
.cirrus.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user