This repository was archived by the owner on Feb 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ dependencies:
5
5
- ~/cmake-3.16.5
6
6
linux_job : &linux_job
7
7
docker :
8
- - image : docker.pkg.github.com/ledgerhq/lib-ledger-core-build-env/lib-ledger-core-build-env:sha-118471e
8
+ - image : docker.pkg.github.com/ledgerhq/lib-ledger-core-build-env/lib-ledger-core-build-env:1.0.1
9
+ auth :
10
+ username : $DOCKER_USERNAME
11
+ password : $DOCKER_PASSWORD
9
12
jobs :
10
13
build_linux_release :
11
14
<< : *linux_job
@@ -349,44 +352,57 @@ jobs:
349
352
rsync -e "ssh -o StrictHostKeyChecking=no" -a --chown :www-data --delete
350
353
build/doc/html/ [email protected] :.
351
354
355
+ default_context : &default_context
356
+ context :
357
+ - githubpkg
358
+
359
+
352
360
workflows :
353
361
version : 2
354
362
build :
355
363
jobs :
356
364
- build_linux_release :
365
+ << : *default_context
357
366
filters :
358
367
tags :
359
368
only : /.*/
360
369
- build_linux_jni_release :
370
+ << : *default_context
361
371
filters :
362
372
tags :
363
373
only : /.*/
364
374
branches :
365
375
only : /^(?!pull\/).*$/
366
376
- build_android_release :
377
+ << : *default_context
367
378
filters :
368
379
tags :
369
380
only : /.*/
370
381
branches :
371
382
only : /^(?!pull\/).*$/
372
383
- build_macos_release :
384
+ << : *default_context
373
385
filters :
374
386
tags :
375
387
only : /.*/
376
388
- build_macos_ios_release :
389
+ << : *default_context
377
390
filters :
378
391
tags :
379
392
only : /.*/
380
393
branches :
381
394
only : /^(?!pull\/).*$/
382
395
- build_macos_jni_release :
396
+ << : *default_context
383
397
filters :
384
398
tags :
385
399
only : /.*/
386
400
branches :
387
401
only : /^(?!pull\/).*$/
388
- - build_linux_debug
389
- - build_macos_debug
402
+ - build_linux_debug :
403
+ << : *default_context
404
+ - build_macos_debug :
405
+ << : *default_context
390
406
- publish_jar :
391
407
requires :
392
408
- build_linux_jni_release
You can’t perform that action at this time.
0 commit comments