This commit is contained in:
Vendored
+5
@@ -6,6 +6,11 @@ pipeline {
|
|||||||
sh 'cargo check'
|
sh 'cargo check'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Build') {
|
||||||
|
steps {
|
||||||
|
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
cleanup {
|
cleanup {
|
||||||
|
|||||||
Reference in New Issue
Block a user