Update Jenkinsfile
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoI_xD 2026-09-18 15:49:44 +09:00
commit e6f1385d5e

2
Jenkinsfile vendored
View file

@ -30,7 +30,7 @@ pipeline {
}
steps {
sh("git clean -dfx")
sh("./configure --enable-opengl --enable-d3d9 --enable-d3d8 --enable-vulkan --without-vulkan-string-helper")
sh("./configure --enable-opengl --enable-vulkan --without-vulkan-string-helper")
sh("make -j4")
sh("mv src/libMw.so libMw64.so")
archiveArtifacts("libMw64.so")