Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Updated Jenkinsfile to work with new location of ExpandPanels lib.
  • Loading branch information
bliekp authored Nov 2, 2018
1 parent 37113f2 commit 3eb8d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
sh 'pwd'
// sh 'find . -name "*.o" -exec rm {} \\;'
// sh 'find . -name "*.ppu" -exec rm {} \\;'
sh 'cd Source && lazbuild --lazarusdir=/usr/share/lazarus/1.8.0 --add-package ./3rdParty/ExpandPanels/expandpanels-master-2/pexpandpanels.lpk'
sh 'cd Source && lazbuild --lazarusdir=/usr/share/lazarus/1.8.0 --add-package ./3rdParty/ExpandPanels/pexpandpanels.lpk'
sh 'cd Source && lazbuild --lazarusdir=/usr/share/lazarus/1.8.0 --add-package ./3rdParty/uniqueinstance-1.0/uniqueinstance_package.lpk'
sh 'cd Source && lazbuild --lazarusdir=/usr/share/lazarus/1.8.0 --add-package ./3rdParty/Synapse/source/lib/laz_synapse.lpk'
sh 'cd Source && lazbuild --lazarusdir=/usr/share/lazarus/1.8.0 ./brewbuddy_linux-x64.lpi'
Expand Down

0 comments on commit 3eb8d4f

Please sign in to comment.