-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
50 lines (47 loc) · 1.4 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
os: linux
dist: focal
language: python
python:
- 3.8
install:
- sudo apt -y install python3-distutils
- sudo apt -y install python3-pip
- sudo apt install -y git
- git clone https://github.com/kivy/buildozer.git
- python3 -m site
- ls -l
- cd buildozer
- ls -l
- python3 setup.py install
- ls -l
- cd ..
- ls -l
- sudo apt update
- sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
- pip3 install --upgrade Cython==0.29.19 virtualenv
- export PATH=$PATH:~/.local/bin/
- ls -l
- echo "TODO COMPILE 32bit"
- yes | buildozer android debug
- ls -la
- ls bin/ -l
- gem install dpl --pre
- dpl releases --token $test --file "bin/mobileapp001-0.1-armeabi-v7a-debug.apk" --tag_name "v.0.3"
- echo "TODO COMPILE 64bit"
- ls -l /home/travis/
- ls -l /home/travis/build/WISEPLAT/mobile_app_001/
- ls -la
- rm -r -f .buildozer
- ls -la
- rm -r -f /home/travis/build/WISEPLAT/mobile_app_001/.buildozer
- ls -l /home/travis/
- ls -l /home/travis/build/WISEPLAT/mobile_app_001/
- ls -l
- yes | cp -f buildozer-64bit.spec buildozer.spec
- yes | buildozer android debug
- ls -la
- ls bin/ -l
- echo "TODO"
- gem install dpl --pre
- dpl releases --token $GITHUB_TOKEN --file "bin/mobileapp001-0.3-arm64-v8a-debug.apk" --tag_name "v.0.3"
- echo "OK"