Skip to content

ci/mingw: bump upload/download-artifact and cache versions (#1066) #91

ci/mingw: bump upload/download-artifact and cache versions (#1066)

ci/mingw: bump upload/download-artifact and cache versions (#1066) #91

Workflow file for this run

name: iOS
on: [push, pull_request]
jobs:
ios:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- 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="-Werror"
cmake --build build -- CODE_SIGNING_ALLOWED=NO