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

This commit is contained in:
Nishi 2026-09-15 06:06:07 +09:00
commit 2f224ac912

1
Jenkinsfile vendored
View file

@ -29,6 +29,7 @@ pipeline {
label "untrusted"
}
steps {
sh("apt-get install build-essential libx11-dev wayland-protocols libwayland-dev")
sh("git clean -dfx")
sh("./configure --enable-opengl --enable-vulkan --without-vulkan-string-helper")
sh("make -j4")