evandrocoan
|
06056236c0
|
Fixed build-mo-files not failing the build when msgmerge
is not found:
https://github.com/ankitects/anki/runs/617116053?check_suite_focus=true#step:27:1244
The build was not falling because when you do `(commands)` in a
shell script, the `set -e` directive is not inherited. Then, either
do not start a new shell or just use an if to test the error condition.
|
2020-04-25 05:17:24 -03:00 |
|
evandrocoan
|
20c9837770
|
Created the .github/workflows/windows.yml
# Conflicts:
# .github/scripts/trailing-newlines.sh
# Makefile
# qt/tools/typecheck-setup.sh
# react/Makefile
# rspy/Makefile
# svelte/Makefile
# tslib/Makefile
|
2020-03-23 19:51:03 -03:00 |
|
Damien Elmes
|
493d9899e2
|
fix echo statement
|
2020-02-27 20:37:44 +10:00 |
|
Damien Elmes
|
46fadc2a82
|
don't abort build if mo file fails; rename files for consistency
Issues are now checked for in CI, so there's no need to break the
build for everyone each time there's a problem with the gettext
catalogs.
|
2020-02-26 17:47:02 +10:00 |
|