diff options
| author | Jack O'Connor <[email protected]> | 2025-03-15 10:38:23 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-15 14:27:40 -0700 |
| commit | 2374b56df6be47d2865e512dc80c1f4f4c0b89d3 (patch) | |
| tree | ad5a1533c32bfcbee585615cead1c684dccf3525 /.github | |
| parent | d219a4d3864f5c51d36bda9fe9ac253bcfa064f4 (diff) | |
example_tbb.c
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c859909..0ed8325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,7 +271,7 @@ jobs: cat c/build/Testing/Temporary/LastTest.log # Build the example with TBB disabled/enabled. - run: | - cmake --fresh -S c -B c/build -G Ninja -DBLAKE3_TESTING=ON -DBLAKE3_TESTING_CI=ON -DBLAKE3_EXAMPLES=ON + cmake --fresh -S c -B c/build -G Ninja -DBLAKE3_TESTING=ON -DBLAKE3_TESTING_CI=ON -DBLAKE3_EXAMPLES=ON "-DBLAKE3_USE_TBB=${{ matrix.use_tbb }}" cmake --build c/build --target blake3-example # Note that this jobs builds AArch64 binaries from an x86_64 host. @@ -376,6 +376,7 @@ jobs: ${{ matrix.os != 'windows-latest' || '& "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/Tools/Launch-VsDevShell.ps1" -Arch amd64 -SkipAutomaticLocation' }} cmake -S c -B c/build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/target -DCMAKE_C_COMPILER=${{ matrix.toolchain.cc }} -DCMAKE_CXX_COMPILER=${{ matrix.toolchain.cxx }} -DBLAKE3_USE_TBB=${{ matrix.use_tbb }} -DBLAKE3_FETCH_TBB=${{ matrix.os == 'windows-latest' && 'YES' || 'NO' }} -DBLAKE3_EXAMPLES=ON cmake --build c/build --target install + cmake_3-9_build: name: CMake 3.9.6 ubuntu-latest runs-on: ubuntu-latest |
