Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carenas committed Nov 1, 2024
1 parent f327ede commit 8093c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ jobs:
apt-get -qq install cmake ninja-build
- name: Configure
run: cmake -G Ninja -B build -DPCRE2_BUILD_PCRE2_8=OFF -DPCRE2_BUILD_PCRE2_32=ON -DPCRE2_NEVER_BACKSLASH_C=ON
run: cmake -G 'Ninja Multi-Config' -B build -DPCRE2_BUILD_PCRE2_8=OFF -DPCRE2_BUILD_PCRE2_32=ON -DPCRE2_NEVER_BACKSLASH_C=ON -DCMAKE_VERBOSE_MAKEFILE=ON

- name: Build
run: cmake --build build
run: cmake -C Debug --build build

- name: Test
run: |
cd build
ctest .
ctest -C Debug .
cd ..
perl -v
maint/RunPerlTest

0 comments on commit 8093c42

Please sign in to comment.