diff --git a/Jenkinsfile b/Jenkinsfile index 593960aa5..c025c5935 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -119,7 +119,7 @@ pipeline { echo 'Testing..' sh 'git submodule update --init' sh ''' - # bash rkeops/ci/run_ci.sh + bash rkeops/ci/run_ci.sh ''' } } diff --git a/rkeops/ci/prepare_macos_ci.sh b/rkeops/ci/prepare_macos_ci.sh new file mode 100644 index 000000000..87d960a87 --- /dev/null +++ b/rkeops/ci/prepare_macos_ci.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +brew install r +brew install libgit2 +brew install pandoc +brew install qpdf