Skip to content

Commit

Permalink
Internal config change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628319086
  • Loading branch information
alankelly authored and xnnpack-bot committed May 6, 2024
1 parent 204fd5a commit dce6483
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -146,6 +146,20 @@ jobs:
- name: Run tests
run: ctest -C Release --output-on-failure --parallel $NUMBER_OF_PROCESSORS
working-directory: ${{ github.workspace }}/build/windows/x86
cmake-macos-arm64:
runs-on: macos-latest
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
- name: Create output directory
run: mkdir -p build/macos/arm64
working-directory: ${{ github.workspace }}
- name: Generate CMake project
run: cmake -G Xcode -DCMAKE_CONFIGURATION_TYPES=Release -DCMAKE_OSX_ARCHITECTURES=arm64 -DHAVE_STD_REGEX=TRUE ../../..
working-directory: ${{ github.workspace }}/build/macos/arm64
- name: Build with Xcode
run: cmake --build build/macos/arm64 --parallel $(sysctl -n hw.ncpu) -- -quiet
working-directory: ${{ github.workspace }}
cmake-android:
strategy:
matrix:
Expand Down

0 comments on commit dce6483

Please sign in to comment.