-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy path.gitpod.yml
27 lines (27 loc) · 974 Bytes
/
.gitpod.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
image:
file: .gitpod.dockerfile
github:
prebuilds:
master: true
branches: false
pullRequests: true
pullRequestsFromForks: false
addCheck: false
addComment: true
addBadge: false
addLabel: false
tasks:
- command: |
mkdir -p /home/gitpod/.android
touch /home/gitpod/.android/repositories.cfg
export PATH=/usr/lib/dart/bin:$FLUTTER_HOME/bin:$ANDROID_HOME/bin:$PATH
/home/gitpod/android-sdk/tools/bin/sdkmanager "platform-tools" "platforms;android-28" "build-tools;28.0.3"
vscode:
extensions:
- [email protected]:0FyuzXye7dV19PNst3+Llg==
- [email protected]:W6zqgIED1gxtkBH/pbfGXA==
- [email protected]:N3SNjcbELCkl1SL2Ioy1XQ==
- [email protected]:30jQHcd6GmlCjjhbSbCbyg==
- [email protected]:VK1HoVtBPYpJ+zzQl7/ulQ==
- [email protected]:B2lAmHytUcIq+xSL3quiOA==
- [email protected]:h+G8u0NnsSvzGg5SM6TOWA==