Skip to content

Commit c1a1391

Browse files
committed
github actions
1 parent 8108a68 commit c1a1391

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Compile and Run Test
2+
on: [push]
3+
jobs:
4+
test-module-latest:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- run: sudo apt install build-essential cmake extra-cmake-modules qt5-default libkf5parts-dev libkf5texteditor-dev libpoppler-qt5-dev libpoppler-cpp-dev libpoppler-glib-dev kdelibs5-dev ktexteditor-katepart gettext xvfb
9+
- run: mkdir build && cd build && cmake .. && make
10+
- run: xvfb-run --auto-servernum --server-num=1 ./livetikz --version | grep -c livetikz

0 commit comments

Comments
 (0)