This commit is contained in:
Nishi 2026-02-04 00:30:22 +09:00
commit d7db903695
Signed by: nishi
GPG key ID: 27EF69B208EB9343

4
Jenkinsfile vendored
View file

@ -52,8 +52,8 @@ pipeline {
label "2012r2"
}
steps {
sh("nmake -f NTMakefile clean")
sh("nmake")
bat("nmake -f NTMakefile clean")
bat("nmake -f NTMakefile")
}
}
}