CI: Build tests for Windows, macOS, and Linux

This commit is contained in:
Cameron Gutman 2021-10-30 12:10:03 -05:00 committed by Sam Lantinga
parent 210713a600
commit 0d631c741f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
sudo meson install -C build
- uses: actions/checkout@v2
- name: Configure CMake
run: cmake -B build ${{ matrix.platform.flags }}
run: cmake -B build -DSDL_TEST=ON ${{ matrix.platform.flags }}
- name: Build
run: cmake --build build/