Skip to content

test: add test for re_thread_enter() and leave() #619

test: add test for re_thread_enter() and leave()

test: add test for re_thread_enter() and leave() #619

Workflow file for this run

name: iOS
on: [push, pull_request]
jobs:
ios:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: build
run: |
cmake -B build -G Xcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 -DCMAKE_DISABLE_FIND_PACKAGE_OpenSSL=ON -DUSE_OPENSSL=OFF -DCMAKE_C_FLAGS="-DDARWIN -Werror"
cmake --build build -- CODE_SIGNING_ALLOWED=NO