Skip to content

Commit

Permalink
OSX doesn't build yet
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom authored Mar 1, 2017
1 parent e44ee28 commit 490b9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import jobs.generation.JobReport;
def project = GithubProject
def branch = GithubBranchName

def osList = ['Windows_NT', 'Ubuntu14.04', 'OSX'] //, 'CentOS7.1'
def osList = ['Windows_NT', 'Ubuntu14.04'] //, 'OSX'], 'CentOS7.1'

def static getBuildJobName(def configuration, def os) {
return configuration.toLowerCase() + '_' + os.toLowerCase()
Expand Down

0 comments on commit 490b9e1

Please sign in to comment.