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