Skip to content

Commit 720f5bc

Browse files
committed
Merge remote-tracking branch 'libretro/master' into warmenhoven/dev/MicCoreAudio
2 parents 3eaa9f1 + c74164c commit 720f5bc

240 files changed

Lines changed: 12719 additions & 10174 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/3DS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Compile RA
3131
run: |
3232
make -f Makefile.ctr -j$(getconf _NPROCESSORS_ONLN) USE_CTRULIB_2=1 clean
33-
make -f Makefile.ctr -j$(getconf _NPROCESSORS_ONLN) USE_CTRULIB_2=1 HAVE_STATIC_DUMMY=1
33+
make -f Makefile.ctr -j$(getconf _NPROCESSORS_ONLN) USE_CTRULIB_2=1 HAVE_STATIC_DUMMY=1 info all
3434
- name: Get short SHA
3535
id: slug
3636
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"

.github/workflows/DOS-DJGPP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Compile RA
2626
run: |
2727
make -f Makefile.dos -j$(getconf _NPROCESSORS_ONLN) clean
28-
make -f Makefile.dos -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1
28+
make -f Makefile.dos -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 info all
2929
3030
- name: Get short SHA
3131
id: slug

.github/workflows/GameCube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Compile RA
2626
run: |
2727
make -f Makefile.ngc -j$(getconf _NPROCESSORS_ONLN) clean
28-
make -f Makefile.ngc -j$(getconf _NPROCESSORS_ONLN) EXTERNAL_LIBOGC=1 GX_PTHREAD_LEGACY=0 HAVE_STATIC_DUMMY=1
28+
make -f Makefile.ngc -j$(getconf _NPROCESSORS_ONLN) EXTERNAL_LIBOGC=1 GX_PTHREAD_LEGACY=0 HAVE_STATIC_DUMMY=1 info all
2929
- name: Get short SHA
3030
id: slug
3131
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"

.github/workflows/Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Compile RA
3131
run: |
3232
make -j$(getconf _NPROCESSORS_ONLN) clean
33-
make -j$(getconf _NPROCESSORS_ONLN)
33+
make -j$(getconf _NPROCESSORS_ONLN) info all
3434
3535
- name: Get short SHA
3636
id: slug

.github/workflows/MSYS2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
echo "Building RetroArch in ${{ matrix.sys }} environment"
6161
./configure
62-
make -j$(nproc)
62+
make -j$(nproc) info all
6363
6464
- name: Collect DLLs and binaries
6565
shell: msys2 {0}

.github/workflows/Miyoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Compile RA
2626
run: |
2727
make -j$(getconf _NPROCESSORS_ONLN) -f Makefile.miyoo clean
28-
make -j$(getconf _NPROCESSORS_ONLN) -f Makefile.miyoo
28+
make -j$(getconf _NPROCESSORS_ONLN) -f Makefile.miyoo info all
2929
3030
- name: Get short SHA
3131
id: slug

.github/workflows/PS2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Compile RA
3131
run: |
3232
make -f Makefile.ps2 -j$(getconf _NPROCESSORS_ONLN) clean
33-
make -f Makefile.ps2 -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 release
33+
make -f Makefile.ps2 -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 info release
3434
3535
- name: Get short SHA
3636
id: slug

.github/workflows/PS3-PSL1GHT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Compile RA
3131
run: |
3232
make -f Makefile.psl1ght -j$(getconf _NPROCESSORS_ONLN) clean
33-
make -f Makefile.psl1ght -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1
33+
make -f Makefile.psl1ght -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 info all
3434
3535
- name: Get short SHA
3636
id: slug

.github/workflows/PS4-ORBIS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Compile RA
3232
run: |
3333
export PATH=~/cli:$PATH # .net cli
34-
make -f Makefile.orbis -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1
34+
make -f Makefile.orbis -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 info all
3535
3636
- name: Get short SHA
3737
id: slug

.github/workflows/PSVita.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Compile RA
3131
run: |
3232
make -f Makefile.vita -j$(getconf _NPROCESSORS_ONLN) clean
33-
make -f Makefile.vita -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 HAVE_VITAGLES=1
33+
make -f Makefile.vita -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 HAVE_VITAGLES=1 info all
3434
- name: Get short SHA
3535
id: slug
3636
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"

0 commit comments

Comments
 (0)