Explorar o código

CI: Build tests for Windows, macOS, and Linux

Cameron Gutman %!s(int64=3) %!d(string=hai) anos
pai
achega
0d631c741f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

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