Обновить .github/workflows/build-vita.yml
re3 premake x86 build / build (Debug, win-x86-librw_d3d9-mss) (push) Has been cancelled
re3 premake x86 build / build (Debug, win-x86-librw_d3d9-oal) (push) Has been cancelled
re3 premake x86 build / build (Debug, win-x86-librw_gl3_glfw-mss) (push) Has been cancelled
re3 premake x86 build / build (Debug, win-x86-librw_gl3_glfw-oal) (push) Has been cancelled
re3 premake x86 build / build (Release, win-x86-librw_d3d9-mss) (push) Has been cancelled
re3 premake x86 build / build (Release, win-x86-librw_d3d9-oal) (push) Has been cancelled
re3 premake x86 build / build (Release, win-x86-librw_gl3_glfw-mss) (push) Has been cancelled
re3 premake x86 build / build (Release, win-x86-librw_gl3_glfw-oal) (push) Has been cancelled
re3 premake x86 build / build (Vanilla, win-x86-librw_d3d9-mss) (push) Has been cancelled
re3 premake x86 build / build (Vanilla, win-x86-librw_d3d9-oal) (push) Has been cancelled
re3 premake x86 build / build (Vanilla, win-x86-librw_gl3_glfw-mss) (push) Has been cancelled
re3 premake x86 build / build (Vanilla, win-x86-librw_gl3_glfw-oal) (push) Has been cancelled
re3 premake amd64 build / build (Debug, win-amd64-librw_d3d9-oal) (push) Has been cancelled
re3 premake amd64 build / build (Debug, win-amd64-librw_gl3_glfw-oal) (push) Has been cancelled
re3 premake amd64 build / build (Release, win-amd64-librw_d3d9-oal) (push) Has been cancelled
re3 premake amd64 build / build (Release, win-amd64-librw_gl3_glfw-oal) (push) Has been cancelled
re3 makefile VitaSDK (PlayStation Vita) / build-ps-vita (push) Has been cancelled
re3 cmake (Linux) / build-linux (push) Has been cancelled
re3 cmake devkitA64 (Nintendo Switch) / build-nintendo-switch (10thae, ON) (push) Has been cancelled
re3 cmake devkitA64 (Nintendo Switch) / build-nintendo-switch (vanilla, OFF) (push) Has been cancelled
re3 premake x86 build / build (Debug, win-x86-librw_d3d9-mss) (push) Has been cancelled
re3 premake x86 build / build (Debug, win-x86-librw_d3d9-oal) (push) Has been cancelled
re3 premake x86 build / build (Debug, win-x86-librw_gl3_glfw-mss) (push) Has been cancelled
re3 premake x86 build / build (Debug, win-x86-librw_gl3_glfw-oal) (push) Has been cancelled
re3 premake x86 build / build (Release, win-x86-librw_d3d9-mss) (push) Has been cancelled
re3 premake x86 build / build (Release, win-x86-librw_d3d9-oal) (push) Has been cancelled
re3 premake x86 build / build (Release, win-x86-librw_gl3_glfw-mss) (push) Has been cancelled
re3 premake x86 build / build (Release, win-x86-librw_gl3_glfw-oal) (push) Has been cancelled
re3 premake x86 build / build (Vanilla, win-x86-librw_d3d9-mss) (push) Has been cancelled
re3 premake x86 build / build (Vanilla, win-x86-librw_d3d9-oal) (push) Has been cancelled
re3 premake x86 build / build (Vanilla, win-x86-librw_gl3_glfw-mss) (push) Has been cancelled
re3 premake x86 build / build (Vanilla, win-x86-librw_gl3_glfw-oal) (push) Has been cancelled
re3 premake amd64 build / build (Debug, win-amd64-librw_d3d9-oal) (push) Has been cancelled
re3 premake amd64 build / build (Debug, win-amd64-librw_gl3_glfw-oal) (push) Has been cancelled
re3 premake amd64 build / build (Release, win-amd64-librw_d3d9-oal) (push) Has been cancelled
re3 premake amd64 build / build (Release, win-amd64-librw_gl3_glfw-oal) (push) Has been cancelled
re3 makefile VitaSDK (PlayStation Vita) / build-ps-vita (push) Has been cancelled
re3 cmake (Linux) / build-linux (push) Has been cancelled
re3 cmake devkitA64 (Nintendo Switch) / build-nintendo-switch (10thae, ON) (push) Has been cancelled
re3 cmake devkitA64 (Nintendo Switch) / build-nintendo-switch (vanilla, OFF) (push) Has been cancelled
This commit is contained in:
@@ -37,12 +37,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build librw-vita (fork, kept building against current vitaGL)
|
- name: Build librw-vita (fork, kept building against current vitaGL)
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/Dima353/librw-vita.git
|
git clone --depth 1 https://git.skyforces.ru/Dima353/librw-vita.git
|
||||||
make -C librw-vita -j"$(nproc)" install
|
make -C librw-vita -j"$(nproc)" install
|
||||||
|
|
||||||
- name: Build OpenAL-Soft (Vita fork)
|
- name: Build OpenAL-Soft (Vita fork)
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 -b vita-1.19.1 https://github.com/Dima353/openal-soft.git
|
git clone --depth 1 -b vita-1.19.1 https://git.skyforces.ru/Dima353/openal-soft.git
|
||||||
mkdir -p openal-soft/build && cd openal-soft/build
|
mkdir -p openal-soft/build && cd openal-soft/build
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release \
|
cmake -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_C_FLAGS="-D_GNU_SOURCE -Wno-error=implicit-function-declaration -Wno-error=int-conversion" ..
|
-DCMAKE_C_FLAGS="-D_GNU_SOURCE -Wno-error=implicit-function-declaration -Wno-error=int-conversion" ..
|
||||||
|
|||||||
Reference in New Issue
Block a user