Add new dependencies to the workflows and scripts
This commit is contained in:
parent
a221b6a040
commit
6d8c9b93b7
5 changed files with 11 additions and 15 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue