Skip to content

Commit 15445a3

Browse files
committed
Update ci.yml
1 parent 7e16cba commit 15445a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
run: |
3939
mkdir -p build
4040
cd build
41-
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTELLARIUM_RELEASE_BUILD=Off -DENABLE_TESTING=On "${{ github.workspace }}"
41+
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
42+
-DSTELLARIUM_RELEASE_BUILD=Off \
43+
-DENABLE_TESTING=On \
44+
"${{ github.workspace }}"
4245
4346
- name: Compile
4447
working-directory: build
@@ -162,7 +165,7 @@ jobs:
162165
export PATH="/opt/homebrew/opt/qt@5/bin:/usr/local/opt/qt@5/bin:$PATH"
163166
mkdir -p build
164167
cd build
165-
cmake -DCMAKE_PREFIX_PATH="/opt/homebrew;/usr/local"
168+
cmake -DCMAKE_PREFIX_PATH="/opt/homebrew;/usr/local" \
166169
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
167170
-DSTELLARIUM_RELEASE_BUILD=Off \
168171
-DENABLE_TESTING=On ${{ github.workspace }}

0 commit comments

Comments
 (0)