Skip to content

Commit

Permalink
Merge pull request #1635 from nicolasnoble/tests-and-fixes
Browse files Browse the repository at this point in the history
Improving testing a bit, and fixing i18n regeneration.
  • Loading branch information
nicolasnoble committed Apr 2, 2024
2 parents 545df4c + bbc1495 commit e6af93a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e6af93a

Please sign in to comment.