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

Update .gitlab-ci.yml file

parent df80625b
Branches
No related tags found
No related merge requests found
image: macos:latest # Use macOS runner image
image: macos:latest # Use macOS runner
stages:
- setup
- build
- deploy
before_script:
- brew install raylib # Install Raylib using Homebrew
......@@ -20,4 +22,4 @@ build:
artifacts:
paths:
- brickbreaker
expire_in: 1 day
expire_in: 1 day # Fixed syntax (removed period)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment