File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
token : ${{ secrets.GITHUB_TOKEN }}
24
24
- run : |
25
- make -j 2 all pcsx-redux-tests
25
+ make -j 2 all pcsx-redux-tests tools
26
26
make -C src/mips/tests -j 2 PCSX_TESTS=true
27
27
make -C src/mips/openbios -j 2 clean all
28
28
- name : Packaging
Original file line number Diff line number Diff line change 14
14
env :
15
15
TEST_RESULTS : /tmp/test-results
16
16
BUILD : Coverage
17
+ CPPFLAGS : -Werror=format-security
17
18
steps :
18
19
- name : Update lcov, because https://bugs.launchpad.net/ubuntu/+source/lcov/+bug/2029924
19
20
run : |
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ gitclean:
280
280
git submodule foreach --recursive git clean -f -d -x
281
281
282
282
define msgmerge
283
- msgmerge --update i18n/$(1 ) .po i18n/pcsx-redux.pot
283
+ - msgmerge --update i18n/$(1 ) .po i18n/pcsx-redux.pot
284
284
285
285
endef
286
286
You can’t perform that action at this time.
0 commit comments