Update .gitlab-ci.yml - don't make ctr-legacy and djgpp depend on build pipeline pass

Set needs to []
This commit is contained in:
LibretroAdmin 2022-07-17 21:23:53 +02:00 committed by GitHub
parent 83ed9a5980
commit 71eb74d256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ||:"