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:
Simon McVittie
2022-05-04 16:43:59 +01:00
committed by Sam Lantinga
parent fff97c95eb
commit 2a8297e427
3 changed files with 162 additions and 0 deletions

View File

@@ -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