summaryrefslogtreecommitdiff
path: root/jenkins-run
blob: 0b6a1d4e66754630b1c14af5f0d453deec27d8f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# jenkins-run

sudo rm -rf build binary

. ./gcov-ci/configs/${hwpack}.template

time git clone --depth 1 ${git_url} --branch ${git_branch} build

cp -a gcov-ci build/
cd build
bash -x ./gcov-ci/gcov-${hwpack}