-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.travis.yml
30 lines (26 loc) · 1.15 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2020 Khushraj Rathod
#
# This file is part of VoLTE-Fix.
#
# VoLTE-Fix is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# VoLTE-Fix is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with VoLTE-Fix. If not, see <https://www.gnu.org/licenses/>.
language: bash
script:
- bash scripts/build-flashable.sh
after_success:
- export UPLOADTOOL_BODY="These are flashable zips, they can be installed via TWRP\nTravis CI build log - https://travis-ci.com/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID/"
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh $TRAVIS_BUILD_DIR/GSI-Qualcomm-VoLTE-Fix.zip $TRAVIS_BUILD_DIR/VoLTE-Fix-Uninstaller.zip
branches:
except:
- /^(?i:continuous.*)$/