summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick <[email protected]>2019-09-13 08:58:38 -0400
committerNick <[email protected]>2019-09-13 08:58:38 -0400
commit5700eafb50bb254b1e874d4de8f62093c02f19f9 (patch)
treefd99294506c8a3a669c2bb32a5f9440c7f180162
parent2bf4de54c854a34f9e33ffcde57a258730c1a9cd (diff)
Need to source the right gcc version for clang-format
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index f3a56ad..345e4ac 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,6 +10,7 @@ pipeline {
stage('formatting-check') {
steps {
sh '''
+ source /home/tgrogers-raid/a/common/gpgpu-sim-setup/common/export_gcc_version.sh 5.3.0
git remote add upstream https://github.com/purdue-aalp/gpgpu-sim_distribution
git fetch upstream
git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp" | xargs ./run-clang-format.py --clang-format-executable /home/tgrogers-raid/a/green349/clang-format