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 903a188c42 - Show all commits

View File

@@ -11,9 +11,9 @@ jobs:
- name: Update package cache - name: Update package cache
run: apt-get update run: apt-get update
- name: install meson - name: install meson
run: apt-get install meson run: apt-get -yq install meson
- name: Install build dependencies - name: Install build dependencies
run: apt-get install libusb-dev libspdlog-dev libpango1.0-dev libcairo2-dev gcovr run: apt-get -yq install libusb-dev libspdlog-dev libpango1.0-dev libcairo2-dev gcovr
- name: setup builddir - name: setup builddir
run: meson setup builddir -Db_coverage=true run: meson setup builddir -Db_coverage=true
- name: build all targets - name: build all targets