1
0
mirror of https://git.sr.ht/~grimler/Heimdall synced 2025-01-18 22:21:56 +00:00
Heimdall/.builds/alpine.yml
2021-06-15 11:29:25 +02:00

25 lines
373 B
YAML

image: alpine/edge
sources:
- https://git.sr.ht/~grimler/Heimdall
artifacts:
- Heimdall/build/bin/heimdall
- Heimdall/build/bin/heimdall-frontend
packages:
- make
- cmake
- gcc
- g++
- libc-dev
- qt5-qtbase-dev
- libusb-dev
tasks:
- build: |
cd Heimdall
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8