Add unit tests to github CI

Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
pull/210/head
Jim Ramsay 2023-01-02 07:05:52 -05:00
parent 65ed029e22
commit 4b126da54c
1 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,8 @@ jobs:
- name: setup
run: sudo apt install -y meson libdrm-dev libxkbcommon-dev libwlroots-dev libjansson-dev libpam0g-dev libgnutls28-dev libavfilter-dev libavcodec-dev libavutil-dev libturbojpeg0-dev scdoc
- name: configure
run: meson build
run: meson build -D tests=true
- name: make
run: ninja -C build
run: meson compile -C build
- name: unit tests
run: meson test -C build