install xgo in setup target

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-11-26 10:42:18 +01:00 committed by Jakub
parent 07eb60df7d
commit 6b09eea749
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ pipeline {
}
stage('Setup') { steps { dir(env.STATUS_PATH) {
sh 'make setup'
sh 'make xgo'
} } }
stage('Lint') { steps { dir(env.STATUS_PATH) {
sh 'make ci'