New dictionary format (#662)
* new dictionary format that supports syllabaries * optimized the dictionary build cache significantly to truly build only the changed language files * code style fixes
This commit is contained in:
parent
56b355631a
commit
da5b4f17b7
62 changed files with 871 additions and 397 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -24,10 +24,12 @@ jobs:
|
|||
uses: gradle/gradle-build-action@v3
|
||||
|
||||
# validate and build
|
||||
- name: Validate Help
|
||||
run: ./gradlew convertHelp
|
||||
- name: Validate Dictionaries
|
||||
run: ./gradlew validateLanguages
|
||||
- name: Build Languages
|
||||
run: ./gradlew copyDefinitions copyDictionaries writeDictionaryProperties
|
||||
run: ./gradlew copyDefinitions convertHelp buildDictionaryDownloads copyDownloadsToAssets
|
||||
- name: Lint
|
||||
run: ./gradlew lint # this actually runs mergeResources, so it must come after the dictionary tasks
|
||||
- name: Build all APK variants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue