Skip to content

Commit ed372a3

Browse files
committed
add cmake support
Closes GH #137
1 parent e1a5caf commit ed372a3

File tree

7 files changed

+1917
-43
lines changed

7 files changed

+1917
-43
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,13 @@ jobs:
153153
libtext-diff-perl pkg-config
154154
- run: sh build-aux/autogen.sh
155155
- run: build-aux/conf-make-check.sh
156+
linux-cmake:
157+
runs-on: ubuntu-latest
158+
timeout-minutes: 30
159+
steps:
160+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
161+
with:
162+
fetch-depth: 1
163+
- run: cmake .
164+
- run: make
165+
- run: make test || cat Testing/Temporary/LastTest.log

0 commit comments

Comments
 (0)