mirror of
https://github.com/bstansell/conserver.git
synced 2025-04-23 18:13:36 +00:00
trying more configure options for testing
This commit is contained in:
parent
2561311abb
commit
009bd45dad
19
.cirrus.yml
19
.cirrus.yml
@ -6,21 +6,29 @@ freebsd_12_task:
|
||||
image: freebsd-12-0-release-amd64
|
||||
install_script:
|
||||
- pkg install -y autoconf automake
|
||||
build_script:
|
||||
basic_script:
|
||||
- ./package/setup-configure
|
||||
- ./configure || { cat config.log; exit 1; }
|
||||
- make
|
||||
test_script:
|
||||
- make test
|
||||
|
||||
linux_gcc_task:
|
||||
container:
|
||||
image: gcc:latest
|
||||
build_script:
|
||||
basic_script:
|
||||
- ./package/setup-configure
|
||||
- ./configure || { cat config.log; exit 1; }
|
||||
- make
|
||||
test_script:
|
||||
- make test
|
||||
uds_script:
|
||||
- ./package/setup-configure
|
||||
- ./configure --with-trust-uds-cred --with-uds || { cat config.log; exit 1; }
|
||||
- make
|
||||
- make test
|
||||
pam_ssl_script:
|
||||
- ./package/setup-configure
|
||||
- ./configure --with-pam --with-openssl || { cat config.log; exit 1; }
|
||||
- make
|
||||
- make test
|
||||
|
||||
macos_task:
|
||||
@ -28,9 +36,8 @@ macos_task:
|
||||
image: mojave-xcode-10.1
|
||||
install_script:
|
||||
- brew install autoconf automake
|
||||
build_script:
|
||||
basic_script:
|
||||
- ./package/setup-configure
|
||||
- ./configure || { cat config.log; exit 1; }
|
||||
- make
|
||||
test_script:
|
||||
- make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user