Skip to content

Commit c70ad1a

Browse files
committed
ctest debug
1 parent 77e7167 commit c70ad1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
CTEST_OUTPUT_ON_FAILURE: 1
100100
run: |
101101
cd build
102-
ctest --output-junit report.xml
102+
ctest --output-junit report.xml -VV --debug
103103
104104
- name: Archive unit test results
105105
uses: actions/upload-artifact@v4

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cmake_minimum_required(VERSION 3.12)
2-
cmake_policy(VERSION 3.12)
1+
cmake_minimum_required(VERSION 3.18)
2+
cmake_policy(VERSION 3.18)
33

44
if(POLICY CMP0078)
55
cmake_policy(SET CMP0078 NEW) # UseSWIG: do not use legacy target names

0 commit comments

Comments
 (0)