Skip to content

Commit

Permalink
ci: extend PATH to include QTDIR on linux
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs authored and jrainville committed Apr 7, 2023
1 parent 3871c70 commit f644cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/Jenkinsfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pipeline {
NIMFLAGS = '--colors:off'
/* Makefile assumes the compiler folder is included */
QTDIR = "/opt/qt/5.15.2/gcc_64"
PATH = "${env.QTDIR}/bin:${env.PATH}"
/* Control output the filename */
STATUS_CLIENT_APPIMAGE = "pkg/${utils.pkgFilename(ext: 'AppImage', arch: getArch())}"
STATUS_CLIENT_TARBALL = "pkg/${utils.pkgFilename(ext: 'tar.gz', arch: getArch())}"
Expand Down

0 comments on commit f644cdc

Please sign in to comment.