Making the jenkins build work
This commit is contained in:
parent
cbb4c15deb
commit
f069be7c57
|
@ -37,14 +37,10 @@ pipeline {
|
|||
|
||||
stage("Init") {
|
||||
steps {
|
||||
sh 'rm -rf srfi-test && git clone https://github.com/srfi-explorations/srfi-test.git'
|
||||
sh 'mkdir -p reports'
|
||||
sh 'touch reports/placeholder'
|
||||
stash name: 'reports', includes: 'reports/*'
|
||||
sh 'echo "<h1>Test results</h1>" > reports/results.html'
|
||||
sh '(cd srfi-test && make clean build)'
|
||||
sh 'tree srfi-test'
|
||||
stash name: 'tests', includes: 'srfi-test/*'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue