1
0
Fork 0

Add new dependencies to the workflows and scripts

This commit is contained in:
krcroft 2019-11-05 17:18:22 -08:00
parent a221b6a040
commit 6d8c9b93b7
No known key found for this signature in database
GPG key ID: 94D8F8D0D171A64B
5 changed files with 11 additions and 15 deletions

View file

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt install -y $(./scripts/list-build-dependencies.sh -p apt)
- name: Build
run: ./scripts/build.sh
run: ./scripts/build.sh
- name: Summarize warnings
run: ./scripts/count-warnings.py build.log

View file

@ -12,7 +12,7 @@ jobs:
run: ./scripts/log-env.sh
- run: sudo apt update
- name: Install packages
run: sudo apt-get install libsdl1.2-dev libsdl-net1.2-dev libsdl-sound1.2-dev python3-setuptools
run: sudo apt-get install autoconf-archive libsdl1.2-dev libsdl-net1.2-dev libopusfile-dev libspeexdsp-dev python3-setuptools
- name: Install scan-build (Python version)
run: sudo pip3 install scan-build beautifulsoup4 html5lib
- name: Build

View file

@ -88,7 +88,7 @@ jobs:
- name: Install packages
shell: pwsh
run: |
vcpkg install libpng sdl1 sdl1-net
vcpkg install libpng sdl1 sdl1-net opusfile speexdsp
vcpkg integrate install
- name: Build
shell: pwsh
@ -110,7 +110,7 @@ jobs:
- name: Install packages
shell: pwsh
run: |
vcpkg install libpng sdl1 sdl1-net
vcpkg install libpng sdl1 sdl1-net opusfile speexdsp
vcpkg integrate install
- name: Build
shell: pwsh