From 3a5afe2d6a36e5b9903e687b86b53c0d859ccb41 Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Wed, 23 Jan 2019 15:37:07 +0100 Subject: [PATCH] Add MacOS10.14 test machine to Jenkins --- Jenkinsfile | 1 + Jenkinsfile.nightly | 1 + 2 files changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index a2af2fa..8b0073a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,6 +68,7 @@ pipeline{ parallel(jobMatrix('alfa-ci/build', [ [os: 'Debian8', arch: 'x86_64', compiler: 'gcc8.1.0', fairsoft: 'fairmq_dev'], [os: 'MacOS10.13', arch: 'x86_64', compiler: 'AppleLLVM10.0.0', fairsoft: 'fairmq_dev'], + [os: 'MacOS10.14', arch: 'x86_64', compiler: 'AppleLLVM10.0.0', fairsoft: 'fairmq_dev'], ]) { spec, label -> sh './Dart.sh alfa_ci Dart.cfg' }) diff --git a/Jenkinsfile.nightly b/Jenkinsfile.nightly index 68969e4..231e397 100644 --- a/Jenkinsfile.nightly +++ b/Jenkinsfile.nightly @@ -65,6 +65,7 @@ pipeline{ parallel(buildMatrix([ [os: 'Debian8', arch: 'x86_64', compiler: 'gcc8.1.0', fairsoft: 'fairmq_dev'], [os: 'MacOS10.13', arch: 'x86_64', compiler: 'AppleLLVM10.0.0', fairsoft: 'fairmq_dev'], + [os: 'MacOS10.14', arch: 'x86_64', compiler: 'AppleLLVM10.0.0', fairsoft: 'fairmq_dev'], ]) { spec, label -> sh './Dart.sh Nightly Dart.cfg' sh './Dart.sh Profile Dart.cfg'