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

Updated GitLab CI to upload latest filesss

parent b7119ae9
Branches
No related tags found
No related merge requests found
......@@ -4,14 +4,16 @@ stages:
- build
before_script:
- echo "Using shell: $(ps -o comm= -p $$)" # Debugging: check which shell is running
- apt-get update
- apt-get install -y software-properties-common
- add-apt-repository -y ppa:librazer/dev # Adds the Raylib PPA
- add-apt-repository -y ppa:librazer/dev # Adds Raylib PPA
- apt-get update
- apt-get install -y build-essential raylib-dev libgl1-mesa-dev libx11-dev libxcursor-dev libxrandr-dev libxi-dev libxinerama-dev
- echo "Checking GCC version..."
- gcc --version
- echo "Checking include and library paths..."
- command -v gcc || echo "GCC not found!"
- ls -l /usr/include/raylib || echo "Raylib headers not found!"
- ls -l /usr/lib || echo "Library path not found!"
......@@ -24,3 +26,6 @@ build:
paths:
- brickbreaker
expire_in: 1 day
default:
shell: bash # Forces Bash shell to avoid PowerShell issues
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment