mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-21 15:59:43 +00:00
workflows: Add a test to assert that all the version numbers agree
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Sam Lantinga
parent
fff97c95eb
commit
2a8297e427
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -78,6 +78,9 @@ jobs:
|
||||
ninja -v -C build
|
||||
sudo meson install -C build
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check that versioning is consistent
|
||||
if: runner.os == 'Linux'
|
||||
run: ./test/versioning.sh
|
||||
- name: Configure CMake
|
||||
run: cmake -B build -DSDL_TEST=ON ${{ matrix.platform.flags }}
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user