forked from pyrite-dev/milsko
msvc
This commit is contained in:
parent
280ba93cf1
commit
c04f751a4f
1 changed files with 9 additions and 0 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
|
@ -47,6 +47,15 @@ pipeline {
|
|||
sh("make -j4")
|
||||
}
|
||||
}
|
||||
stage("Build for Windows 64-bit (MSVC)") {
|
||||
agent {
|
||||
label "2012r2"
|
||||
}
|
||||
steps {
|
||||
sh("nmake -f NTMakefile clean")
|
||||
sh("nmake")
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue