update Jenkins

This commit is contained in:
Jan Przybylski 2020-11-24 00:47:52 +01:00
parent e76279e5b3
commit 0e16463aff
2 changed files with 4 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -5,11 +5,13 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
bat 'make'
}
}
stage('Test') {
steps {
echo 'Testing..'
bat 'make check || true'
}
}
stage('Deploy') {

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
app1.R: app.R
R CMD BATCH app.R