updated mingw64 build

This commit is contained in:
2024-01-27 11:51:35 -06:00
parent 2ae22cdb30
commit 7698a62c1f
18 changed files with 1480 additions and 421 deletions

View File

@ -68,6 +68,7 @@ pipeline {
agent {
dockerfile {
filename 'mingw64'
args '--build-arg NUM_JOBS=8'
dir 'docker/64_bit'
}
}