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.
11 lines
247 B
YAML
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'
|