Attempt to setup gitea build action #1

Merged
moritz merged 5 commits from gitea-actions-build into master 2023-09-25 17:41:38 +00:00
Showing only changes of commit eef42b1368 - Show all commits

View File

@@ -13,7 +13,7 @@ jobs:
- name: install meson
run: apt-get -yq install meson
- name: Install build dependencies
run: apt-get -yq install libusb-dev libspdlog-dev libpango1.0-dev libcairo2-dev gcovr
run: apt-get -yq install libusb-1.0-0-dev libspdlog-dev libpango1.0-dev libcairo2-dev gcovr
- name: setup builddir
run: meson setup builddir -Db_coverage=true
- name: build all targets