]> granicus.if.org Git - icinga2/commitdiff
Update main-ubuntu.yml
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 25 Oct 2019 11:35:48 +0000 (13:35 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2019 11:35:48 +0000 (13:35 +0200)
Change cmake multiline script

.github/workflows/main-ubuntu.yml

index 4944f770dc02725bc8879abfc5197a8b360df4c5..b193d73d238124cbd1e0675dae68b1735b1b177d 100644 (file)
@@ -22,16 +22,15 @@ jobs:
       run: |
         arch=$(uname -m)
         mkdir debug && cd debug
-        >
-        cmake ..
-        -DCMAKE_BUILD_TYPE=Debug
-        -DICINGA2_UNITY_BUILD=Off
-        -DCMAKE_INSTALL_PREFIX=/tmp/icinga2
-        -DICINGA2_PLUGINDIR=/tmp/icinga2/sbin
-        -DBoost_NO_BOOST_CMAKE=TRUE
-        -DBoost_NO_SYSTEM_PATHS=TRUE
-        -DBOOST_LIBRARYDIR=/usr/lib/${arch}-linux-gnu/icinga-boost
-        -DBOOST_INCLUDEDIR=/usr/include/icinga-boost
+        cmake .. \
+        -DCMAKE_BUILD_TYPE=Debug \
+        -DICINGA2_UNITY_BUILD=Off \
+        -DCMAKE_INSTALL_PREFIX=/tmp/icinga2 \
+        -DICINGA2_PLUGINDIR=/tmp/icinga2/sbin \
+        -DBoost_NO_BOOST_CMAKE=TRUE \
+        -DBoost_NO_SYSTEM_PATHS=TRUE \
+        -DBOOST_LIBRARYDIR=/usr/lib/${arch}-linux-gnu/icinga-boost \
+        -DBOOST_INCLUDEDIR=/usr/include/icinga-boost \
         -DCMAKE_INSTALL_RPATH=/usr/lib/${arch}-linux-gnu/icinga-boost
     - name: Build
       run: |