mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
PR-aware multi-language link checking(?)
This commit is contained in:
@@ -3,5 +3,12 @@
|
||||
## Run from the root directory of the repo to build all languages
|
||||
## TODO: read the `-o` / `--out` argument and adapt it for non-en languages
|
||||
|
||||
# Pass forward dactyl "vars" arg if provided
|
||||
if [ "$1" == "--vars" ] && [ -n "$2" ];
|
||||
then
|
||||
dactyl_vars=$2
|
||||
shift 2
|
||||
fi
|
||||
|
||||
dactyl_build --vars "$dactyl_vars"
|
||||
dactyl_build -t ja -o out/ja --vars "$dactyl_vars"
|
||||
|
||||
@@ -22,5 +22,5 @@ set -e
|
||||
tool/conflictmarkers.sh
|
||||
|
||||
## Build all languages, then run the link checker once
|
||||
tool/build_all_langs.sh
|
||||
tool/build_all_langs.sh --vars "$dactyl_vars"
|
||||
dactyl_link_checker -q
|
||||
|
||||
Reference in New Issue
Block a user