Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
build mingw only on release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Iwaniuk committed Apr 27, 2017
1 parent f15efea commit f34d0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def post_build_finished(job,url){

def builders = [:]

builders['mingw32'] = { node('windows') {
if (!buildConfiguration.equals("Debug")) builders['mingw32'] = { node('windows') {
ws(getWorkspace("")){
timestamps {
try {
Expand Down

0 comments on commit f34d0ac

Please sign in to comment.