mirror of https://github.com/encounter/SDL.git
ci: install SDL when built as a subproject
This commit is contained in:
parent
6fa7d62408
commit
832754b970
|
@ -42,6 +42,7 @@ jobs:
|
||||||
run: cmake -S build -B build `
|
run: cmake -S build -B build `
|
||||||
-DSDL_TESTS=ON `
|
-DSDL_TESTS=ON `
|
||||||
-DSDL_INSTALL_TESTS=ON `
|
-DSDL_INSTALL_TESTS=ON `
|
||||||
|
-DSDL2_DISABLE_INSTALL=OFF `
|
||||||
${{ matrix.platform.flags }} `
|
${{ matrix.platform.flags }} `
|
||||||
-DCMAKE_INSTALL_PREFIX=prefix
|
-DCMAKE_INSTALL_PREFIX=prefix
|
||||||
- name: Build (CMake)
|
- name: Build (CMake)
|
||||||
|
|
Loading…
Reference in New Issue