1
0
mirror of https://git.sr.ht/~grimler/Heimdall synced 2025-01-31 07:21:45 +00:00
Heimdall/.builds/ubuntu.yml
2021-11-22 17:26:43 +01:00

24 lines
375 B
YAML

image: ubuntu/lts
sources:
- https://git.sr.ht/~grimler/Heimdall
artifacts:
- Heimdall/build/bin/heimdall
- Heimdall/build/bin/heimdall-frontend
packages:
- cmake
- g++
- pkg-config
- libusb-1.0-0-dev
- qtbase5-dev
- zlib1g-dev
tasks:
- build: |
cd Heimdall
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8