[rt-commit] r186 - /redwax-tool/trunk/Jenkinsfile

rt-commit at redwax.eu rt-commit at redwax.eu
Mon Oct 14 12:43:25 CEST 2024


Author: minfrin at redwax.eu
Date: Mon Oct 14 12:43:24 2024
New Revision: 186

Log:
Add build for Fedora41.

Modified:
    redwax-tool/trunk/Jenkinsfile

Modified: redwax-tool/trunk/Jenkinsfile
==============================================================================
--- redwax-tool/trunk/Jenkinsfile	(original)
+++ redwax-tool/trunk/Jenkinsfile	Mon Oct 14 12:43:24 2024
@@ -53,6 +53,31 @@
             }
           }
         }
+        stage('Fedora41') {
+          agent { label 'fedora-41-x86_64' }
+          stages {
+            stage('autoreconf') {
+              steps {
+                sh 'autoreconf --force --install'
+              }
+            }
+            stage('configure') {
+              steps {
+                sh './configure --with-openssl --with-nss --with-p11-kit --with-libical --with-ldns --with-unbound'
+              }
+            }
+            stage('make') {
+              steps {
+                sh 'make'
+              }
+            }
+            stage('make dist') {
+              steps {
+                sh 'make dist'
+              }
+            }
+          }
+        }
       }
     }
   }



More information about the rt-commit mailing list