Skip to content

Commit

Permalink
Add building projects: Android and Modern PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire committed Mar 27, 2024
1 parent d44bb8d commit eb0a70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added ansible/roles/app-builders/files/eng-bsb_usx.zip
Binary file not shown.
6 changes: 5 additions & 1 deletion ansible/roles/app-builders/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@
- keystore_prime.keystore
- keystore_prime.txt
- eng-web_usfm.zip
- eng-bsb_usx.zip
- about.txt
- ab-001-black-144.png
- ab-001-black-72.png

- name: Prime gradle cache with build
shell: HOME=/root scripture-app-builder -new -n web -p org.ebible -b /root/prime/eng-web_usfm.zip -ks /root/prime/keystore_prime.keystore -i /root/prime/keystore_prime.txt -a /root/prime/about.txt -ic /root/prime/ab-001-black-144.png -ic /root/prime/ab-001-black-72.png -fp build=/tmp/build
shell: HOME=/root scripture-app-builder -new -n web -p org.ebible -b /root/prime/eng-web_usfm.zip -ks /root/prime/keystore_prime.keystore -i /root/prime/keystore_prime.txt -a /root/prime/about.txt -ic /root/prime/ab-001-black-144.png -ic /root/prime/ab-001-black-72.png -fp build=/tmp/build -build

- name: Prime npm cache with build
shell: HOME=/root scripture-app-builder -new -n bsb -p org.bsb -b /root/prime/eng-bsb_usx.zip -ks /root/prime/keystore_prime.keystore -i /root/prime/keystore_prime.txt -a /root/prime/about.txt -ic /root/prime/ab-001-black-144.png -ic /root/prime/ab-001-black-72.png -fp build=/tmp/build -build-modern-pwa

0 comments on commit eb0a70e

Please sign in to comment.