Skip to content

Commit

Permalink
CI: 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 1194aa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 (TestEngine:${{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
2 changes: 1 addition & 1 deletion .github/workflows/Win_Mac_Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
name: Cpp Lib
name: Cpp Lib ${{matrix.platform}} TestNg:${{matrix.test_engine}}
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 1194aa0

Please sign in to comment.