Skip to content

Commit

Permalink
Updating PR and CI to run tests. (#48)
Browse files Browse the repository at this point in the history
* Updating PR and CI to run tests.

* Just running UTs
  • Loading branch information
AbhitejJohn authored Feb 2, 2017
1 parent f78dc14 commit 850067b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ def branch = GithubBranchName
def newJobName = InternalUtilities.getFullJobName(project, configuration, isPR)

// Define your build/test strings here
def buildString = """call build.cmd -c ${configuration}"""

def buildString = """call build.cmd -c ${configuration} -full"""
def testString = """call test.cmd -c ${configuration} -pl"""

// Create a new job for windows build
def newJob = job(newJobName) {
steps {
batchFile(buildString)
batchFile(testString)
}
}

Expand Down

0 comments on commit 850067b

Please sign in to comment.