diff --git a/Brewfile b/Brewfile deleted file mode 100644 index 2fd6d0b8..00000000 --- a/Brewfile +++ /dev/null @@ -1,7 +0,0 @@ -tap 'homebrew/core' - -brew 'perl' -brew 'cpanm' - -brew 'python@2' -brew 'pipenv' diff --git a/Jenkinsfile b/Jenkinsfile index 76de12f2..04781502 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Basic tests') { agent { - label 'x86_64&&brew' + label 'x86_64 && linux' } stages { stage('Get view') { @@ -113,7 +113,7 @@ pipeline { parallel { stage('Build Linux host app') { agent { - label 'x86_64&&brew&&linux' + label 'x86_64&&linux' } steps { xcorePrepareSandbox("${VIEW}", "${REPO}") @@ -129,7 +129,7 @@ pipeline { } stage('Build Mac host app') { agent { - label 'x86_64&&brew&&macOS' + label 'x86_64&&macOS' } steps { xcorePrepareSandbox("${VIEW}", "${REPO}") @@ -183,7 +183,7 @@ pipeline { } stage('Update') { agent { - label 'x86_64&&brew' + label 'x86_64 && linux' } steps { updateViewfiles()