Skip to content

Commit 52a6b7a

Browse files
committed
So we run the cmake tests and build examples
modified: .github/workflows/cmake2.yml
1 parent 5df0d77 commit 52a6b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build libdwarf
2323
run: |
2424
mkdir builddir && cd builddir
25-
cmake ../CMakeLists.txt
25+
cmake ../CMakeLists.txt -DDO_TESTING=ON -DBUILD_DWARFEXAMPLE=ON
2626
make
2727
- name: Test runctest
2828
run: ctest -R self

0 commit comments

Comments
 (0)