Add nightly build pipeline

This commit is contained in:
Dennis Klein
2018-05-02 16:00:54 +02:00
committed by Mohammad Al-Turany
parent 951ed1b739
commit 4366d924dd
4 changed files with 60 additions and 5 deletions

2
Jenkinsfile vendored
View File

@@ -39,7 +39,7 @@ pipeline{
parallel(buildMatrix([
[os: 'Debian8', arch: 'x86_64', compiler: 'gcc4.9', fairsoft: 'apr18'],
[os: 'MacOS10.11', arch: 'x86_64', compiler: 'AppleLLVM8.0.0', fairsoft: 'apr18'],
// [os: 'MacOS10.13', arch: 'x86_64', compiler: 'AppleLLVM9.0.0', fairsoft: 'oct17'],
[os: 'MacOS10.13', arch: 'x86_64', compiler: 'AppleLLVM9.0.0', fairsoft: 'apr18'],
]) { spec, label ->
sh '''\
echo "export BUILDDIR=$PWD/build" >> Dart.cfg