feat(更新构建): 更新构建方式

This commit is contained in:
2020-09-22 15:55:02 +08:00
parent d021217ef5
commit 6875347a72
2 changed files with 11 additions and 4 deletions

View File

@ -3,6 +3,12 @@ type: docker
name: default
steps:
- name: build
pull: if-not-exists
image: golang
commands:
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
- unzip -q android-ndk-r21b-linux-x86_64.zip
- name: docker
pull: if-not-exists
image: plugins/docker