Skip to content

Commit

Permalink
Create a zip with needed files
Browse files Browse the repository at this point in the history
  • Loading branch information
superboum committed Dec 12, 2017
1 parent 74c61ee commit 1b60888
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ node {
sh 'cd algo/cellular-automaton && sbcl --load ~/quicklisp/setup.lisp --load ./compile.lisp'
}

sh 'cd algo/cellular-automaton && mkdir -p out && mv cellular_automaton config out'

dir('algo/cellular-automaton') {
archiveArtifacts artifacts: 'cellular_automaton'
zip archive: true, dir: './out', glob: '', zipFile: 'cellular_automaton.zip'
}
}
}
Expand Down

0 comments on commit 1b60888

Please sign in to comment.