macos tests on cirrus seem infinitely delayed

This commit is contained in:
Bryan Stansell 2019-03-27 20:52:24 -07:00
parent 686f718e0d
commit 89e400246b
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6

View File

@ -40,24 +40,24 @@ linux_gcc_task:
- ./configure --with-pam --with-openssl || { cat config.log; exit 1; }
- make
- make test
macos_task:
osx_instance:
image: mojave-xcode-10.1
install_script:
- brew install autoconf automake
basic_script:
- ./package/setup-configure
- ./configure || { cat config.log; exit 1; }
- make
- 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:
# osx_instance:
# image: mojave-xcode-10.1
# install_script:
# - brew install autoconf automake
# basic_script:
# - ./package/setup-configure
# - ./configure || { cat config.log; exit 1; }
# - make
# - 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