Skip to content

Commit

Permalink
git submodule for jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Mar 5, 2020
1 parent 7b12cc4 commit 30b59c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ void build_taichi() {
nvidia-smi
fi
cd $TAICHI_REPO_DIR
git submodule update --init --recursive
[ -e build ] && rm -rf build
mkdir build && cd build
export CUDA_BIN_PATH=/usr/local/cuda-${CUDA_VERSION}
Expand Down

0 comments on commit 30b59c2

Please sign in to comment.