fdroiddata/templates/build-maven.yml

14 lines
360 B
YAML
Raw Permalink Normal View History

2023-10-29 07:07:14 +00:00
# PLEASE REMOVE ALL COMMENTS BEFORE SUBMITTING TO F-DROID DATA!
2023-01-01 12:09:30 +00:00
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
sudo:
- apt-get update
# Maven is not installed by default
- apt-get install -y maven
maven: 'yes'
# As with all build methods, use `subdir: app` if the app resides under a
# subdirectory called "app".