Fix GitLab CI trying to build CMake project librcheevos

This commit is contained in:
YoshiRulz 2023-03-26 12:37:00 +10:00
parent eee8a7e0cc
commit 35f1e6b58b
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ build_ext_projs:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: always
script:
- for d in $CI_PROJECT_DIR/ExternalProjects/*; do if [ -e "$d/build_release.sh" ]; then cd "$d" && ./build_release.sh; fi; done
- for d in $CI_PROJECT_DIR/ExternalProjects/*; do if [ -e "$d/build_release.sh" ]; then cd "$d" && file -bi *.csproj && ./build_release.sh; fi; done
stage: test
build_ext_tools: