diff options
author | Deal(一线灵) <[email protected]> | 2023-06-01 07:52:08 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-31 23:52:08 +0000 |
commit | 71e6ab976c6c15c6c11f0afdece7d5b3045cfc3d (patch) | |
tree | a0f50b99788b4c6ae4b78082530e18093ca23c13 /.github | |
parent | 456e1e828235a721bfab6930fe0c0157fd0d8277 (diff) |
Add ios ci (#854)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5309e1f4..b66f6c56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,18 @@ jobs: build_type: "Release" } - { + name: "iOS-Release", + os: macos-latest, + cmake_opts: "-GXcode \ + -DCMAKE_SYSTEM_NAME=iOS \ + -DALSOFT_REQUIRE_COREAUDIO=ON \ + -DALSOFT_UTILS=OFF \ + -DALSOFT_EXAMPLES=OFF \ + -DALSOFT_INSTALL=OFF \ + \"-DCMAKE_OSX_ARCHITECTURES=arm64\"", + build_type: "Release" + } + - { name: "Linux-Release", os: ubuntu-latest, cmake_opts: "-DALSOFT_REQUIRE_RTKIT=ON \ |