Work on CI

Load the .profile user's file for the make selfex stage since the path
to makeself is not standard
This commit is contained in:
Sylvain Tricot 2019-11-29 14:23:03 +01:00
parent dcda10d1b5
commit 28e9065d29
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
} }
stage('Create a setup file...') { stage('Create a setup file...') {
steps { steps {
sh 'make selfex VERBOSE=1' sh '. .profile && make selfex VERBOSE=1'
} }
} }
stage('Test installation...') { stage('Test installation...') {