builds: add more (build) dependencies on alpine and arch

This commit is contained in:
Henrik Grimler 2021-06-15 11:29:25 +02:00
parent f3bdacf03d
commit 74c498d61e
2 changed files with 7 additions and 1 deletions

View File

@ -8,8 +8,13 @@ artifacts:
- Heimdall/build/bin/heimdall-frontend
packages:
- make
- cmake
- libusb
- gcc
- g++
- libc-dev
- qt5-qtbase-dev
- libusb-dev
tasks:
- build: |

View File

@ -10,6 +10,7 @@ artifacts:
packages:
- cmake
- libusb
- qt5-base
tasks:
- build: |