Skip to content
Snippets Groups Projects
Verified Commit f3b30720 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: initial working stage

parent 8b1a56c8
No related branches found
No related tags found
1 merge request!65Support for Libretro repo listing
......@@ -9,6 +9,11 @@ stages:
libretro-build-windows-x64:
stage: build-shared
extends:
- .libretro-windows-x64-mingw-make-default
- .core-defs
script:
- cd frontends/libretro
- cargo build --release
- mv ../../target/release/${CORENAME}_libretro.dll .
artifacts:
paths:
- ${CORENAME}_libretro.dll
expire_in: 10 min
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment