Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Sep 1, 2017
1 parent fbdcc84 commit 8dabf9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pipeline {
agent any
agent none
stages {
stage('Deps') {
stage('Build') {
steps {
sh 'composer update'
sh 'composer install'
}
}
stage('Test') {
steps {
sh 'phpunit'
sh './vendor/bin/phpunit'
}
}
}
Expand Down

0 comments on commit 8dabf9c

Please sign in to comment.