Skip to content

Commit 7d70f74

Browse files
committed
Initial checkin
1 parent 1d7cf3c commit 7d70f74

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.appveyor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
image: ubuntu2004
2+
3+
environment:
4+
ANDROID_SDK_ROOT: /usr/lib/android-sdk
5+
6+
install:
7+
- ls -al $ANDROID_SDK_ROOT
8+
9+
build_script:
10+
- git clone https://github.com/beeware/cpython-android-source-deps
11+
- cd cpython-android-source-deps
12+
- ./build.sh
13+
14+
test: off

0 commit comments

Comments
 (0)