aboutsummaryrefslogtreecommitdiff
path: root/travis/linux_gcc/before_install.sh
blob: f71116314b1ce0186d40d2348934ca4919b20a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash

set -e
sudo apt-get update -qq
sudo apt-get install -qq python3-pip

./travis/before_install.sh

sudo apt-get install -y cppcheck
sudo apt-get install -qq lcov
sudo apt-get install -qq doxygen graphviz
sudo apt-get install -qq sqlite3 libsqlite3-dev
sudo apt-get install -qq openjdk-7-jdk

scripts/cppcheck.sh
scripts/doxygen.sh

# Force sphinxcontrib-bibtex version to 0.4.2, because 1.0.0 requires
# sphinx >= 2.0 which is only available on Python >= 3.5, and this config
# has only 3.4
pip3 install --user sphinxcontrib-bibtex==0.4.2
pip3 install --user cpp-coveralls

./travis/docker.sh