diff --git a/Jenkinsfile b/Jenkinsfile index 7989ba2..5a1f32e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,13 +5,11 @@ pipeline { stage('Build') { steps { echo 'Building..' - sh 'make' } } stage('Test') { steps { echo 'Testing..' - sh 'make check || true' } } stage('Deploy') { diff --git a/Makefile b/Makefile deleted file mode 100644 index 664577f..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -app.pdf: app.R - R CMD BATCH app.R \ No newline at end of file