Skip to content

Commit

Permalink
Test against jun19[_mt] legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Jun 5, 2020
1 parent a92d57b commit 6d14d4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,12 @@ pipeline{
def builds = jobMatrix('alfa-ci', 'build', [
[os: 'Debian8', arch: 'x86_64', compiler: 'gcc9', fairsoft: 'dev'],
[os: 'Debian8', arch: 'x86_64', compiler: 'gcc9', fairsoft: 'dev_mt'],
[os: 'Debian8', arch: 'x86_64', compiler: 'gcc9', fairsoft: 'jun19'],
[os: 'Debian8', arch: 'x86_64', compiler: 'gcc9', fairsoft: 'jun19_mt'],
[os: 'MacOS10.14', arch: 'x86_64', compiler: 'AppleLLVM10.0.1', fairsoft: 'dev'],
[os: 'MacOS10.14', arch: 'x86_64', compiler: 'AppleLLVM10.0.1', fairsoft: 'dev_mt'],
[os: 'MacOS10.14', arch: 'x86_64', compiler: 'AppleLLVM10.0.1', fairsoft: 'jun19_patches'],
[os: 'MacOS10.14', arch: 'x86_64', compiler: 'AppleLLVM10.0.1', fairsoft: 'jun19_patches_mt'],
]) { spec, label, config ->
sh "./Dart.sh alfa_ci ${config}"
}
Expand Down

0 comments on commit 6d14d4d

Please sign in to comment.