diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f45299d766ff61e0b9f27a0e066a55c253a4fbc1..ddb9aba90bd1e32c4da048987aa8cb2ed6b82123 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,13 @@ stages: - build before_script: - - echo "Setting PATH for GitLab Runner..." - - $env:Path = "C:\ProgramData\mingw64\mingw64\bin;" + $env:Path - - echo "Checking if GCC is installed..." + - echo "Debugging Environment..." - gcc --version + - where gcc + - echo $C_INCLUDE_PATH + - echo $LIBRARY_PATH + - dir C:\raylib\include + - dir C:\raylib\lib build: stage: build