[rs-commit] r440 - /mod_ca/trunk/Jenkinsfile
rs-commit at redwax.eu
rs-commit at redwax.eu
Tue Mar 5 21:12:46 CET 2024
Author: minfrin at redwax.eu
Date: Tue Mar 5 21:12:45 2024
New Revision: 440
Log:
Attempt an install.
Modified:
mod_ca/trunk/Jenkinsfile
Modified: mod_ca/trunk/Jenkinsfile
==============================================================================
--- mod_ca/trunk/Jenkinsfile (original)
+++ mod_ca/trunk/Jenkinsfile Tue Mar 5 21:12:45 2024
@@ -45,12 +45,12 @@
}
stage('configure') {
steps {
- sh './configure'
+ sh 'CFLAGS="-O0 -g -Wall" DESTDIR="${WORKSPACE}/target" ./configure'
}
}
- stage('make') {
+ stage('make install') {
steps {
- sh 'make'
+ sh 'make install'
}
}
stage('make dist') {
More information about the rs-commit
mailing list