Minor fixes

This commit is contained in:
Jérôme Leclercq
2022-02-21 20:46:37 +01:00
parent ad544a595d
commit a1b6f51398
8 changed files with 16 additions and 15 deletions

View File

@@ -36,13 +36,8 @@ jobs:
# Install Nazara dependencies
- name: Install system dependencies
run: |
sudo apt-get install libsndfile1-dev libfreetype6-dev libsdl2-dev mesa-common-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libglx-mesa0 mesa-vulkan-drivers alsa-base alsa-oss alsa-utils pulseaudio git gcovr -y
sudo apt-get -y install linux-modules-extra-$(uname -r)
sudo apt-get -y install libsndfile1-dev libfreetype6-dev libsdl2-dev mesa-common-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-keysyms1-dev git gcovr
# Setup dummy audio device
- name: Enable snd-dummy
run: sudo modprobe snd-dummy
# Force xmake to a specific folder (for cache)
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
@@ -79,7 +74,7 @@ jobs:
# Run unit tests
- name: Run unit tests
run: xmake run NazaraClientUnitTests
run: xmake run NazaraUnitTests
# Build coverage file
- name: Build coverage output