Added other ubuntu versions to CI 3

This commit is contained in:
Ryzerth
2021-04-26 05:48:52 +02:00
parent b9642f1e62
commit c862882499
3 changed files with 0 additions and 42 deletions

View File

@ -1,3 +0,0 @@
FROM ubuntu:bionic
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh

View File

@ -1,17 +0,0 @@
#!/bin/bash
set -e
cd /root
apt update
apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libglew-dev libvolk1-dev libsoapysdr-dev libairspyhf-dev libairspy-dev libiio-dev libad9361-dev librtaudio-dev libhackrf-dev librtlsdr-dev
git clone https://github.com/AlexandreRouma/SDRPlusPlus
cd SDRPlusPlus
mkdir build
cd build
cmake ..
make -j2
cd ..
sh make_debian_package.sh ./build