mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Update .gitlab-ci.yml - don't make ctr-legacy and djgpp depend on build pipeline pass
Set needs to []
This commit is contained in:
parent
83ed9a5980
commit
71eb74d256
@ -828,6 +828,7 @@ build-static-retroarch-djgpp:
|
||||
- retroarch-precompiled/
|
||||
expire_in: 10 min
|
||||
dependencies: []
|
||||
needs: []
|
||||
script:
|
||||
# Allow failure since we don't have a core
|
||||
- "make -f Makefile.dos -j$NUMPROC ||:"
|
||||
@ -865,6 +866,7 @@ build-static-retroarch-ctr-legacy:
|
||||
- retroarch-precompiled/
|
||||
expire_in: 10 min
|
||||
dependencies: []
|
||||
needs: []
|
||||
script:
|
||||
# Allow failure since we don't have a core
|
||||
- "make -f Makefile.ctr -j$NUMPROC ||:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user