mirror of https://github.com/encounter/SDL.git
build with Release config on push and pull_request
This commit is contained in:
parent
ff2d62d89f
commit
0af391cbe9
|
@ -84,5 +84,5 @@ jobs:
|
|||
- name: Configure CMake
|
||||
run: cmake -B build -DSDL_TEST=ON ${{ matrix.platform.flags }}
|
||||
- name: Build
|
||||
run: cmake --build build/
|
||||
run: cmake --build build/ --config Release
|
||||
|
||||
|
|
Loading…
Reference in New Issue