mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Tools: Trying to fix CI - macOS translation kit not needed
This commit is contained in:
parent
5f0144cc23
commit
dfdee74242
5
.github/scripts/run_ci.sh
vendored
5
.github/scripts/run_ci.sh
vendored
@ -130,12 +130,11 @@ fi
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Check that we didn't lose any string due to gettext not being able to parse
|
# Check that we didn't lose any string due to gettext not being able to parse
|
||||||
# newly modified or added scripts. This is convenient to quickly view on GitHub
|
# newly modified or added scripts. This is convenient to quickly view on GitHub
|
||||||
# what commit may have broken translation building. We run this on macOS because
|
# what commit may have broken translation building.
|
||||||
# we need the latest version of gettext (and stable Ubuntu doesn't have it).
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
if [ "$IS_PULL_REQUEST" == "1" ] || [ "$IS_DEV_BRANCH" = "1" ]; then
|
if [ "$IS_PULL_REQUEST" == "1" ] || [ "$IS_DEV_BRANCH" = "1" ]; then
|
||||||
if [ "$IS_MACOS" == "1" ]; then
|
if [ "$IS_LINUX" == "1" ]; then
|
||||||
echo "Step: Checking for lost translation strings..."
|
echo "Step: Checking for lost translation strings..."
|
||||||
|
|
||||||
xgettext --version
|
xgettext --version
|
||||||
|
Loading…
Reference in New Issue
Block a user