This commit is contained in:
parent
00545cb7b3
commit
6e155ee50a
2 changed files with 22 additions and 18 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -11,7 +11,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh("make clean")
|
||||
sh("make -j4 ")
|
||||
sh("make -j4 IS_MUSL_CROSS=1")
|
||||
sh("mv pmake pmake-linux64")
|
||||
archiveArtifacts("pmake-linux64")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue