Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
}
}
Expand Down
6 changes: 6 additions & 0 deletions rkeops/ci/prepare_macos_ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

brew install r
brew install libgit2
brew install pandoc
brew install qpdf