Skip to content

Commit e9b85e6

Browse files
committed
Actually build submodules
1 parent 08d9e7b commit e9b85e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pipeline {
7474
sh '''
7575
. /usr/local.nfs/Modules/latest/init/sh
7676
module load cuda
77-
#./scripts/build_dependencies.sh ${build_type} ${compiler}
77+
./scripts/build_dependencies.sh ${build_type} ${compiler}
7878
'''
7979
}
8080
}

0 commit comments

Comments
 (0)