add mac_task with disabled runtime tests for the time being

the runtime tests fails on the ci (gg: Connection refused); will be
revisited after we get a real `listen on' directive.
This commit is contained in:
Omar Polo 2023-06-13 11:02:51 +00:00
parent 8af9da9843
commit d6d9f9b2a9
1 changed files with 9 additions and 0 deletions

View File

@ -24,3 +24,12 @@ freebsd_13_task:
- ./configure
- make
- make regress
mac_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
test_script:
- brew install libevent libretls
- LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib -lcrypto -lssl $(pkg-config --libs libevent libtls)" ./configure CFLAGS="-I/opt/homebrew/opt/openssl@1.1/include $(pkg-config --cflags libevent libtls)" || (echo ; cat config.log ; false)
- make
- SKIP_RUNTIME_TESTS=1 make regress