From e6ee43838f6ad181c7410b3e92042e62474f98c4 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 12 Oct 2024 07:33:40 +0300 Subject: [PATCH] Fixing the build --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index bbd273c..a29345d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,6 +14,7 @@ pipeline { stages { stage("Build") { steps { + sh 'whoami' sh 'WINEPREFIX=${HOME}/.wine wine ./executables/nsis-3.10-setup.exe /S' sh 'make' archiveArtifacts artifacts: 'setup_*.exe'