Skip to content

Commit da32bc3

Browse files
committed
Update ci.yml
1 parent 2f4fc17 commit da32bc3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,10 @@ jobs:
248248
export PATH="/usr/local/opt/qt@6/bin:$PATH"
249249
mkdir -p build
250250
cd build
251-
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTELLARIUM_RELEASE_BUILD=Off -DENABLE_TESTING=On ${{ github.workspace }}
251+
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
252+
-DSTELLARIUM_RELEASE_BUILD=Off \
253+
-DENABLE_TESTING=On \
254+
${{ github.workspace }}
252255
253256
- name: Compile
254257
working-directory: build
@@ -287,7 +290,10 @@ jobs:
287290
export DISPLAY=:0
288291
mkdir builds
289292
cd builds
290-
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTELLARIUM_RELEASE_BUILD=Off -DENABLE_TESTING=On "${{ github.workspace }}"
293+
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
294+
-DSTELLARIUM_RELEASE_BUILD=Off \
295+
-DENABLE_TESTING=On \
296+
"${{ github.workspace }}"
291297
make -j3
292298
Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &
293299
sleep 3
@@ -326,7 +332,7 @@ jobs:
326332
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTELLARIUM_RELEASE_BUILD=Off -DENABLE_TESTING=On \
327333
-DCMAKE_PREFIX_PATH="/usr/local" \
328334
-DLIBTIDY_INCLUDE_DIR="/usr/local/include" \
329-
-DLIBTIDY_LIBRARY="/usr/local/lib/libtidy5.so"
335+
-DLIBTIDY_LIBRARY="/usr/local/lib/libtidy5.so" \
330336
"${{ github.workspace }}"
331337
make -j3
332338
Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &

0 commit comments

Comments
 (0)