Skip to content

Commit

Permalink
jenkins: use osmo-clean-workspace.sh before and after build
Browse files Browse the repository at this point in the history
See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale.

Change-Id: I87cc6aa7d6c332a0c2b4644dc8addc0f1a7df49d
  • Loading branch information
neeels authored and laf0rge committed Oct 31, 2017
1 parent 8a617cd commit a97996f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ deps="$base/deps"
inst="$deps/install"
export deps inst

osmo-clean-workspace.sh

mkdir "$deps" || true
rm -rf "$inst"

osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false

Expand All @@ -30,3 +31,5 @@ cd src/host/layer23
autoreconf -fi
./configure
make

osmo-clean-workspace.sh

0 comments on commit a97996f

Please sign in to comment.