Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 19, 2024
1 parent d865a90 commit b6d8411
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/cmake-multi-ios.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ios gcc + clang
name: Ios build

on:
push:
Expand All @@ -12,20 +12,7 @@ concurrency:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest]
build_type: [Release]
c_compiler: [gcc, clang]
include:
- os: macos-latest
c_compiler: gcc
cpp_compiler: g++
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -40,9 +27,7 @@ jobs:

run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_BUILD_TYPE=Release
-G Xcode -DCMAKE_TOOLCHAIN_FILE=ww/eventloop/cmake/ios.toolchain.cmake
-DPLATFORM=OS64 -DARCHS="arm64"
-DDEPLOYMENT_TARGET=12.0
Expand Down

0 comments on commit b6d8411

Please sign in to comment.