mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-20 05:17:54 +00:00
adding macos task
This commit is contained in:
parent
a8cff43007
commit
62f5083f23
12
.cirrus.yml
12
.cirrus.yml
@ -22,3 +22,15 @@ linux_gcc_task:
|
||||
- make
|
||||
test_script:
|
||||
- make test
|
||||
|
||||
macos_task:
|
||||
osx_instance:
|
||||
image: mojave-xcode-10.1
|
||||
install_script:
|
||||
- brew install autoconf automake
|
||||
build_script:
|
||||
- ./package/setup-configure
|
||||
- ./configure || { cat config.log; exit 1; }
|
||||
- make
|
||||
test_script:
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user