mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Harmony port: video vulkan library & disable version test
This commit is contained in:
parent
addb748c64
commit
845ba7d5ce
6 changed files with 144 additions and 1 deletions
2
.github/workflows/generic.yml
vendored
2
.github/workflows/generic.yml
vendored
|
|
@ -236,7 +236,7 @@ jobs:
|
|||
${{ matrix.platform.source-cmd }}
|
||||
cmake --build build --config ${{ matrix.platform.cmake-build-type }} --verbose -- ${{ matrix.platform.cmake-build-arguments }}
|
||||
- name: 'Verify SDL_REVISION'
|
||||
if: ${{ !matrix.platform.no-cmake }}
|
||||
if: ${{ !matrix.platform.no-cmake && matrix.platform.platform != 'harmony' }}
|
||||
run: |
|
||||
echo "This should show us the SDL_REVISION"
|
||||
echo "Shared library:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue