mirror of
https://github.com/status-im/status-go.git
synced 2025-01-21 20:20:29 +00:00
install xgo in setup target
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
07eb60df7d
commit
6b09eea749
1
_assets/ci/Jenkinsfile
vendored
1
_assets/ci/Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user