mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Merge branch 'cardtryfix1' into 'master'
vsmartcard - try git cleanup See merge request fdroid/fdroiddata!5874
This commit is contained in:
commit
a65de3dc0d
1 changed files with 6 additions and 1 deletions
|
|
@ -41,7 +41,12 @@ Builds:
|
|||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: git reset --hard
|
||||
prebuild:
|
||||
- git clean -xfd
|
||||
- git submodule foreach --recursive git clean -xfd
|
||||
- git reset --hard
|
||||
- git submodule foreach --recursive git reset --hard
|
||||
- git submodule update --init --recursive
|
||||
scandelete:
|
||||
- virtualsmartcard/npa-example-data
|
||||
- ccid/src/OpenSC/src/tests/regression/bintest
|
||||
|
|
|
|||
Loading…
Reference in a new issue