-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
executable file
·54 lines (44 loc) · 998 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
language: cpp
dist: focal
sudo: required
os: linux
compiler: g++
addons:
apt:
packages:
- gcc
- g++
- cmake
- libgtest-dev
- libzmq5
- libzmq3-dev
- python3.6
- python3-pip
- golang
- libgstreamer1.0-0
- libgstreamer1.0-dev
- gstreamer1.0-plugins-base
- gstreamer1.0-plugins-good
- gstreamer1.0-plugins-bad
- gstreamer1.0-plugins-ugly
- gstreamer1.0-libav
- gstreamer1.0-tools
- gstreamer1.0-x
- gstreamer1.0-alsa
- gstreamer1.0-pulseaudio
install:
- go get github.com/pebbe/zmq4
- pip3 install setuptools
- pip3 install pyzmq termcolor
script:
# GTEST SETTING
- cd /usr/src/gtest
- sudo cmake CMakeLists.txt
- sudo make
- cd /home/travis/build/PiRadioApp/PiRadioApp
# COMPILE AND RUN
- cd scripts
- ./build.sh
- cd ..
- ./build/PiRadioApp-engine-utests
- python3 tests/