Improving testing a bit, and fixing i18n regeneration.

This commit is contained in:
Nicolas Pixel Noble 2024-03-28 21:43:37 -07:00
parent 3604766367
commit bbc1495e6c
3 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
make -j 2 all pcsx-redux-tests
make -j 2 all pcsx-redux-tests tools
make -C src/mips/tests -j 2 PCSX_TESTS=true
make -C src/mips/openbios -j 2 clean all
- name: Packaging

View file

@ -14,6 +14,7 @@ jobs:
env:
TEST_RESULTS: /tmp/test-results
BUILD: Coverage
CPPFLAGS: -Werror=format-security
steps:
- name: Update lcov, because https://bugs.launchpad.net/ubuntu/+source/lcov/+bug/2029924
run: |

View file

@ -280,7 +280,7 @@ gitclean:
git submodule foreach --recursive git clean -f -d -x
define msgmerge
msgmerge --update i18n/$(1).po i18n/pcsx-redux.pot
-msgmerge --update i18n/$(1).po i18n/pcsx-redux.pot
endef