mirror of https://github.com/encounter/SDL.git
CI: Build tests for Windows, macOS, and Linux
This commit is contained in:
parent
210713a600
commit
0d631c741f
|
@ -79,7 +79,7 @@ jobs:
|
||||||
sudo meson install -C build
|
sudo meson install -C build
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B build ${{ matrix.platform.flags }}
|
run: cmake -B build -DSDL_TEST=ON ${{ matrix.platform.flags }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build/
|
run: cmake --build build/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue