ci: fix mktools installation
Some checks failed
arcad/arcast/pipeline/head There was a failure building this commit

This commit is contained in:
wpetit 2024-04-25 15:54:43 +02:00
parent 74268493d6
commit 695d0c2754

7
Jenkinsfile vendored
View File

@ -50,6 +50,13 @@ standardMakePipeline([
'extras;google;m2repository' \
'extras;google;google_play_services'
''',
'hooks': {
'pre-release': {
sh '''
make .mktools
'''
}
},
'credentials': [
file(credentialsId: 'android-keystore', variable: 'ANDROID_KEYSTORE_FILE'),
string(credentialsId: 'android-keystore-pass', variable: 'ANDROID_KEYSTORE_PASS'),