builds: test build for ubuntu 20.04 as well

size_check
Henrik Grimler 2021-11-22 17:26:43 +01:00
parent 2ecc98020c
commit f0594beaf6
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 23 additions and 0 deletions

23
.builds/ubuntu.yml Normal file
View File

@ -0,0 +1,23 @@
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