From df80625b7e4da3aa44b0d15f5e3194442383c1c7 Mon Sep 17 00:00:00 2001 From: "Cole2.Hansen@live.uwe.ac.uk" <cole2.hansen@live.uwe.ac.uk> Date: Wed, 12 Mar 2025 15:10:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0ea1e8..1f98faa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,15 +4,11 @@ stages: - build before_script: - - echo "Running on macOS: $(sw_vers)" # Verify macOS version - brew install raylib # Install Raylib using Homebrew - - echo "Include Path: $(brew --prefix)/include" - - echo "Library Path: $(brew --prefix)/lib" - export C_INCLUDE_PATH="$(brew --prefix)/include:$C_INCLUDE_PATH" - export LIBRARY_PATH="$(brew --prefix)/lib:$LIBRARY_PATH" - export LD_LIBRARY_PATH="$(brew --prefix)/lib:$LD_LIBRARY_PATH" - - echo "GCC version: $(gcc --version)" # Verify GCC installation - + build: stage: build script: -- GitLab