New builds
This commit is contained in:
parent
1c2c1ccd82
commit
620fba4e56
|
|
@ -32,14 +32,14 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
´´´
|
'''
|
||||||
apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev
|
apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev
|
||||||
git clone https://github.com/ashinn/chibi-scheme.git --depth=1
|
git clone https://github.com/ashinn/chibi-scheme.git --depth=1
|
||||||
make -j8 -C chibi-scheme
|
make -j8 -C chibi-scheme
|
||||||
make -j8 -C chibi-scheme install
|
make -j8 -C chibi-scheme install
|
||||||
snow-chibi install retropikzel.compile-r7rs
|
snow-chibi install retropikzel.compile-r7rs
|
||||||
make SCHEME=chibi LIBRARY=tap all install test
|
make SCHEME=chibi LIBRARY=tap all install test
|
||||||
```.split("\n").each { cmd ->
|
'''.split("\n").each { cmd ->
|
||||||
stage("${cmd}") {
|
stage("${cmd}") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh "${cmd}"
|
sh "${cmd}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue