Skip to content

fmt/text2pcap: fix coverity return value warning (#1070) #11

fmt/text2pcap: fix coverity return value warning (#1070)

fmt/text2pcap: fix coverity return value warning (#1070) #11

Workflow file for this run

name: iOS
on:
push:
branches:
- main
pull_request:
branches:
- main
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