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

Update .gitlab-ci.yml file

parent 5fa7dde6
Branches
No related tags found
No related merge requests found
......@@ -3,10 +3,9 @@ image: macos:latest # Use macOS runner
stages:
- setup
- build
- deploy
before_script:
- brew install raylib # Install Raylib using Homebrew
- brew install raylib # Ensure Raylib is installed
- 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"
......@@ -22,4 +21,4 @@ build:
artifacts:
paths:
- brickbreaker
expire_in: 1 day # Fixed syntax (removed period)
expire_in: 1 day
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment