No-op signalr dotnet-ci builds

This commit is contained in:
Pranav K 2018-03-20 12:04:13 -07:00
parent 7606ae42d6
commit 88b1cff273
3 changed files with 0 additions and 29 deletions

View File

@ -1,11 +1 @@
@Library('dotnet-ci') _
simpleNode('Ubuntu16.04', 'latest-or-auto-docker') {
stage ('Checking out source') {
checkout scm
}
stage ('Build') {
def environment = 'export SIGNALR_TESTS_VERBOSE=1'
sh "${environment} && ./build.sh --ci"
}
}

View File

@ -1,11 +1,2 @@
@Library('dotnet-ci') _
simpleNode('OSX10.12','latest') {
stage ('Checking out source') {
checkout scm
}
stage ('Build') {
def environment = 'export SIGNALR_TESTS_VERBOSE=1'
sh "${environment} && ./build.sh --ci"
}
}

View File

@ -1,12 +1,2 @@
@Library('dotnet-ci') _
// 'node' indicates to Jenkins that the enclosed block runs on a node that matches
// the label 'windows-with-vs'
simpleNode('Windows_NT','latest') {
stage ('Checking out source') {
checkout scm
}
stage ('Build') {
bat '.\\run.cmd -CI default-build'
}
}