Skip to content

Commit

Permalink
Add basic Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnx committed Jul 13, 2017
1 parent 58ef965 commit ddad089
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh '''make repl
'''
}
}
}
}

0 comments on commit ddad089

Please sign in to comment.