mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-08 01:26:01 -05:00
f642d2fcf0
Use travis-ci as continuous integrator with builind for the following operating systems: - ubuntu 16.04; build with gui and without gui - macOS 10.14, 10.13, 10.12, 10.11 with macports This file can be used as build dependency tracker to avoid duplicated information. TODO: - windows 10 NOTE: - ubuntu 18.04 is not supported yet. Azure pipelines has the same limit. [1] http://travis-ci.org
11 lines
147 B
Bash
11 lines
147 B
Bash
|
|
cd $HOME/build
|
|
mkdir f4exb && cd f4exb
|
|
|
|
git clone https://github.com/f4exb/dsdcc.git
|
|
|
|
cd dsdcc
|
|
mkdir build && cd build
|
|
cmake ..
|
|
sudo make install
|