Skip to content

Commit

Permalink
CI: try name automation
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 20, 2023
1 parent 85314f6 commit cf23715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
name: Cpp Lib
name: Cpp Lib (Automation ${{matrix.test_engine}})
runs-on: macos-latest
strategy:
fail-fast: false
Expand All @@ -26,5 +26,5 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DHELLOIMGUI_USE_SDL_METAL=ON -DHELLOIMGUI_WITH_TEST_ENGINE=${{ matrix.test_engine }} -DCMAKE_BUILD_TYPE=Release
cmake .. -DHELLOIMGUI_USE_SDL_METAL=ON -DHELLOIMGUI_WITH_TEST_ENGINE=${{matrix.test_engine}} -DCMAKE_BUILD_TYPE=Release
cmake --build . -j 3

0 comments on commit cf23715

Please sign in to comment.