build: Bouwstap van code toegevoegd
gitea/double-pendulum/pipeline/head This commit looks good

This commit is contained in:
2026-09-05 17:53:49 +02:00
parent 26a9a9b8d0
commit 61dc5cc9c3
Vendored
+5
View File
@@ -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 {