Update uk.org.boddie.android.weatherforecast.yml

Remove duplicate 1.3.0 version blocks.
master
David Boddie 2019-05-04 17:33:41 +00:00 committed by Pierre Rudloff
parent dcddcf9586
commit e88579578f
2 changed files with 13 additions and 2 deletions

View File

@ -108,8 +108,17 @@ Builds:
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
- duck@1.0.3
build: PYTHONPATH=$$duck$$ ./build.py output.apk
- duck-git@1.0.4
prebuild:
- pushd $$duck-git$$
- git reset --hard `cat ../../uk.org.boddie.android.weatherforecast/deps/DUCK`
- popd
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
MaintainerNotes: |-
From version 1.3.0, the app handles its own dependencies during the build,
using the prebuild step to take a specific version of DUCK then update it
to the version given in the app's deps/DUCK file.
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP

2
srclibs/duck-git.txt Normal file
View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://gitlab.com/dboddie/DUCK.git