mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-29 23:28:39 -05:00
Create .travis.yml
This commit is contained in:
parent
b27a8890d6
commit
f1bcfe6474
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
dist: trusty
|
||||||
|
language: cpp
|
||||||
|
script: cmake
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- ibpulse-dev
|
||||||
|
- libgtk-3-dev
|
||||||
|
- freeglut3
|
||||||
|
- freeglut3-dev
|
Loading…
Reference in New Issue
Block a user