update Jenkins

This commit is contained in:
Jan Przybylski 2020-11-24 00:35:34 +01:00
parent 8400dfb33b
commit e76279e5b3
2 changed files with 0 additions and 4 deletions

2
Jenkinsfile vendored
View File

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

View File

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