summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorglx22 <glx@openttd.org>2021-03-03 18:26:09 +0100
committerLoïc Guilloux <glx22@users.noreply.github.com>2021-03-04 16:22:58 +0100
commitdb0993f50096b4fec319523585a2d4f756735e17 (patch)
treecbb7406db965a12f982f5b1fc7314d2023afb5ca /.github
parent0243ae46547631c72e826ef28caae0637e7723dd (diff)
downloadopenttd-db0993f50096b4fec319523585a2d4f756735e17.tar.xz
Change: [Actions] Also check dedicated build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index d5bd30402..1aa7e17cc 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -75,6 +75,9 @@ jobs:
- compiler: gcc
cxxcompiler: g++
libsdl: libsdl1.2-dev
+ - compiler: gcc
+ cxxcompiler: g++
+ extra-cmake-parameters: -DOPTION_DEDICATED=ON
runs-on: ubuntu-20.04
env:
@@ -129,7 +132,7 @@ jobs:
cd build
echo "::group::CMake"
- cmake ..
+ cmake .. ${{ matrix.extra-cmake-parameters }}
echo "::endgroup::"
echo "::group::Build"