Skip to content

Commit

Permalink
test0624
Browse files Browse the repository at this point in the history
  • Loading branch information
anyeguxing committed Jun 23, 2019
1 parent 27e1995 commit eff5243
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jdk:
- oraclejdk8
branches:
except:
- master
- save
- maste
- dev
addons:
apt:
packages:
Expand All @@ -25,5 +25,5 @@ deploy:
overwrite: true
skip_cleanup: true
on:
repo: linusyang92/mipay-extract
tags: true
repo: him007/mipay-extract
tags: false
7 changes: 3 additions & 4 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare -a urls=(

# Rom URLs
'http://bigota.d.miui.com/V10.3.1.0.ODECNXM/miui_MIMIX2_V10.3.1.0.ODECNXM_2fecb5a6ab_8.0.zip'
'http://bigota.d.miui.com/9.6.20/miui_VIOLET_9.6.20_52aa4c2f4b_9.0.zip'

)

Expand All @@ -12,8 +12,7 @@ EU_VER=V10.3.1.0.ODECNXM
declare -a eu_urls=(

# EU Rom URLs
'https://jaist.dl.sourceforge.net/project/xiaomi-eu-multilang-miui-roms/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv10/xiaomi.eu_multi_MIMix2_V10.3.1.0.ODECNXM_v10-8.0.zip'

'https://jaist.dl.sourceforge.net/project/xiaomi-eu-multilang-miui-roms/xiaomi.eu/MIUI-WEEKLY-RELEASES/9.6.20/xiaomi.eu_multi_HMNote7Pro_9.6.20_v10-9.zip'
)

command -v dirname >/dev/null 2>&1 && cd "$(dirname "$0")"
Expand Down Expand Up @@ -41,6 +40,6 @@ done
[[ "$1" == "keep" ]] || rm -rf miui-*/ miui_*.zip
for i in "${eu_urls[@]}"
do
bash cleaner-fix.sh --nofbe "$i" || exit 1
bash cleaner-fix.sh --clock --trafficfix --nofbe "$i" || exit 1
done
exit 0

0 comments on commit eff5243

Please sign in to comment.