commit d6d9f9b2a9493f3a6271fd52f3e63a51b2c57f67 from: Omar Polo date: Tue Jun 13 11:02:51 2023 UTC 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. commit - 8af9da984379ae26d5ee17f47a6b12763a780851 commit + d6d9f9b2a9493f3a6271fd52f3e63a51b2c57f67 blob - 261a14a505dd70612e822e8bf251f35fa320b33a blob + dca2003570dcdcb9931604677f3f60046e9d68a9 --- .cirrus.yml +++ .cirrus.yml @@ -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