Skip to content

Commit

Permalink
Merge pull request #5 from tjesser-ucdavis-edu/jenkins-fix
Browse files Browse the repository at this point in the history
Add missing steps scope
  • Loading branch information
naliboff authored May 8, 2019
2 parents 903de47 + cfa8669 commit ae655dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ pipeline {

stages {
stage('Build') {
sh '''
cd src
make
'''
steps {
sh '''
cd src
make -f Makefile-gfort64
'''
}
}
}

Expand Down

0 comments on commit ae655dd

Please sign in to comment.