Skip to content

Commit 5f0e8e1

Browse files
authored
Merge pull request #52 from sx-aurora-dev/feature/jenkins
Feature/jenkins
2 parents 90b054e + 05da894 commit 5f0e8e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pipeline {
3737
steps {
3838
dir('llvm-dev') {
3939
sh """
40+
make clean
4041
make SRCDIR=${TOP}/llvm-project CMAKE=${CMAKE} \
4142
THREADS= cmake build
4243
"""
@@ -47,7 +48,7 @@ pipeline {
4748
steps {
4849
dir('llvm-dev') {
4950
sh """
50-
make check-clang check-llvm
51+
make THREADS= check-clang check-llvm
5152
"""
5253
}
5354
}
@@ -71,7 +72,7 @@ pipeline {
7172
url: "${REPO_URL}/llvm-ve-intrinsic-test.git"
7273
sh """
7374
make clean
74-
make CLANG=${TOP}/llvm-dev/install/bin/clang -j8
75+
make CLANG=${TOP}/llvm-dev/install/bin/clang -j
7576
./test.sh
7677
"""
7778
}

0 commit comments

Comments
 (0)