mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
75da4869ac
commit
1f3fa0a35b
@ -308,31 +308,7 @@ build-retroarch-linux-i686:
|
|||||||
- "cd gfx/video_filters && make -j$NUMPROC build=release && make -j$NUMPROC build=release strip && cd -"
|
- "cd gfx/video_filters && make -j$NUMPROC build=release && make -j$NUMPROC build=release strip && cd -"
|
||||||
- "cp -f gfx/video_filters/*.so ${MEDIA_PATH}/${CI_PROJECT_NAME}/filters/video"
|
- "cp -f gfx/video_filters/*.so ${MEDIA_PATH}/${CI_PROJECT_NAME}/filters/video"
|
||||||
- "cp -f gfx/video_filters/*.filt ${MEDIA_PATH}/${CI_PROJECT_NAME}/filters/video"
|
- "cp -f gfx/video_filters/*.filt ${MEDIA_PATH}/${CI_PROJECT_NAME}/filters/video"
|
||||||
|
|
||||||
.build-retroarch-macos-ppc:
|
|
||||||
# PowerPC 32-bit
|
|
||||||
tags:
|
|
||||||
- macosx-legacy
|
|
||||||
stage: build
|
|
||||||
variables:
|
|
||||||
XCARCHIVE_PATH: pkg/apple/build/Release
|
|
||||||
XCPROJECT_NAME: RetroArch
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- ${XCPROJECT_NAME}.zip
|
|
||||||
- retroarch-repo/
|
|
||||||
expire_in: 10 min
|
|
||||||
dependencies: []
|
|
||||||
script:
|
|
||||||
- xcodebuild -project pkg/apple/RetroArch_PPC.xcodeproj -configuration Release -target RetroArch_PPC
|
|
||||||
- pushd ${XCARCHIVE_PATH}
|
|
||||||
- ditto -c -k --sequesterRsrc --keepParent RetroArch.app RetroArch.zip
|
|
||||||
- popd
|
|
||||||
- mv ${XCARCHIVE_PATH}/RetroArch.zip ${XCPROJECT_NAME}.zip
|
|
||||||
- mkdir .retroarch-repo
|
|
||||||
- "cp -r ./* .retroarch-repo"
|
|
||||||
- "mv .retroarch-repo/ retroarch-repo/"
|
|
||||||
|
|
||||||
.build-retroarch-macos-xcode:
|
.build-retroarch-macos-xcode:
|
||||||
# Metal/Universal x86_64 arm64 is default
|
# Metal/Universal x86_64 arm64 is default
|
||||||
tags:
|
tags:
|
||||||
@ -362,9 +338,6 @@ build-retroarch-linux-i686:
|
|||||||
build-retroarch-osx-universal-metal:
|
build-retroarch-osx-universal-metal:
|
||||||
extends: .build-retroarch-macos-xcode
|
extends: .build-retroarch-macos-xcode
|
||||||
|
|
||||||
build-retroarch-osx-ppc:
|
|
||||||
extends: .build-retroarch-macos-ppc
|
|
||||||
|
|
||||||
build-retroarch-osx-opengl-x64:
|
build-retroarch-osx-opengl-x64:
|
||||||
extends: .build-retroarch-macos-xcode
|
extends: .build-retroarch-macos-xcode
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user