Skip to content

Commit ba69b87

Browse files
authored
cmake CI
1 parent 9576e7d commit ba69b87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: cmake CI
42

53
on:
@@ -28,6 +26,6 @@ jobs:
2826
mkdir builddir && cd builddir
2927
cmake ../CMakeLists.txt
3028
make
31-
-name Test libdwarf
29+
-name Test runctest
3230
run: ctest -R self
3331

0 commit comments

Comments
 (0)