Skip to content

Commit

Permalink
adding win32 to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed May 29, 2020
1 parent cfd2b30 commit 43e2e61
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,16 @@ pipeline {
}
}

stage('Xcompile win64') {
stage('Xcompile win32') {
steps {
sh "./scripts/win64_build.sh"
sh "./scripts/win32_build.sh"
}
}
stage('Xcompile win64') {
steps {
sh "./scripts/win64_build.sh"
}
}
}
}

Expand Down

0 comments on commit 43e2e61

Please sign in to comment.