compile
Some checks failed
pyrite-dev/pmake/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-05-15 01:49:02 +09:00
commit 6e155ee50a
2 changed files with 22 additions and 18 deletions

2
Jenkinsfile vendored
View file

@ -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")
}