Skip to content

Commit

Permalink
Jenkinsfile: cd to correct build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtc27 committed Feb 16, 2019
1 parent 2873874 commit cf608f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mkdir -p Build
find "${WORKSPACE}/llvm-project" -name cheri-cap-index.ll.mir -delete || true
# run cmake
cd llvm-project/Build || exit 1
cd Build || exit 1
CMAKE_ARGS=("-DCMAKE_INSTALL_PREFIX=${SDKROOT_DIR}" "-DLLVM_OPTIMIZED_TABLEGEN=OFF" "-DLLVM_ENABLE_PROJECTS=clang;lld;llvm")
if [ "$label" == "linux" ] ; then
export CMAKE_CXX_COMPILER=clang++-6.0
Expand Down

0 comments on commit cf608f6

Please sign in to comment.