tutor-android/.gitlab-ci.yml
Régis Behmo e165bf04ea feat: upgrade to maple
In Maple, the plugin API is slightly different: the apk file is built and
stored in the android-app Docker image, then served by a simple Caddy file
server. This makes it easy to distribute the apk to students.
2021-11-15 18:00:50 +01:00

11 lines
247 B
YAML

variables:
TUTOR_PLUGIN: android
TUTOR_IMAGES: android
TUTOR_PYPI_PACKAGE: tutor-android
OPENEDX_RELEASE: maple
GITHUB_REPO: overhangio/tutor-android
include:
- project: 'community/tutor-ci'
file: 'plugin-gitlab-ci.yml'