summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/validate.sh
blob: 5c1c7ab9d9a280829c689416e991b114c7aa3023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

export CC=gcc-5
export CXX=g++-5
export LOGFILE=gcc5.log

source ./tools/ci/scripts/init.sh

aptget_install git-core ca-certificates \
    make python

do_init
clone_tool
clone_servercode
cd evol-hercules

make validate
check_error $?