Skip to content

Commit

Permalink
Update CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Jul 23, 2024
1 parent dd930b6 commit 97f9527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
-DANDROID_ABI=$ABI \
-DANDROID_PLATFORM=android-$API \
-DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON -DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_STANDARD=17
cmake --build . --verbose
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
$CMAKE_EXTRA_ARGS \
-DCMAKE_CXX_FLAGS='$CXX_FLAGS' \
-G Ninja
-DCMAKE_CXX_STANDARD=17
- name: Build
run: ninja -C _build
- name: Test
Expand Down

0 comments on commit 97f9527

Please sign in to comment.