Skip to content
Snippets Groups Projects
Commit df80625b authored by Cole2.Hansen@live.uwe.ac.uk's avatar Cole2.Hansen@live.uwe.ac.uk
Browse files

Update .gitlab-ci.yml file

parent d6f647bf
Branches
No related tags found
No related merge requests found
......@@ -4,14 +4,10 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment