forked from mirror/OpenTTD
Change: [Actions] Also check dedicated build
This commit is contained in:
5
.github/workflows/ci-build.yml
vendored
5
.github/workflows/ci-build.yml
vendored
@@ -75,6 +75,9 @@ jobs:
|
|||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
cxxcompiler: g++
|
cxxcompiler: g++
|
||||||
libsdl: libsdl1.2-dev
|
libsdl: libsdl1.2-dev
|
||||||
|
- compiler: gcc
|
||||||
|
cxxcompiler: g++
|
||||||
|
extra-cmake-parameters: -DOPTION_DEDICATED=ON
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
env:
|
env:
|
||||||
@@ -129,7 +132,7 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
|
|
||||||
echo "::group::CMake"
|
echo "::group::CMake"
|
||||||
cmake ..
|
cmake .. ${{ matrix.extra-cmake-parameters }}
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
echo "::group::Build"
|
echo "::group::Build"
|
||||||
|
Reference in New Issue
Block a user