mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Update WiiU.yml
This commit is contained in:
parent
a565cae5d8
commit
c8fb1a2d6c
4
.github/workflows/WiiU.yml
vendored
4
.github/workflows/WiiU.yml
vendored
@ -25,12 +25,12 @@ jobs:
|
|||||||
- name: Compile Salamander
|
- name: Compile Salamander
|
||||||
run: |
|
run: |
|
||||||
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) SALAMANDER_BUILD=1 clean
|
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) SALAMANDER_BUILD=1 clean
|
||||||
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) SALAMANDER_BUILD=1
|
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) SALAMANDER_BUILD=1 V=1
|
||||||
|
|
||||||
- name: Compile RA
|
- name: Compile RA
|
||||||
run: |
|
run: |
|
||||||
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) clean
|
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) clean
|
||||||
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1
|
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 V=1
|
||||||
- name: Get short SHA
|
- name: Get short SHA
|
||||||
id: slug
|
id: slug
|
||||||
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
|
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user