mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
vsmartcard - try git cleanup
This commit is contained in:
parent
7389f05804
commit
fd25bae674
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