Skip to content
Snippets Groups Projects
Commit 2c5bfe12 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 769871b4
No related branches found
No related tags found
No related merge requests found
image: ubuntu:latest # Uses Ubuntu as a base
image: ubuntu:latest # Use Ubuntu as the base
stages:
- build
before_script:
- echo "Using shell: $(ps -o comm= -p $$)" # Debugging: check which shell is running
- echo "Using shell: $(ps -o comm= -p $$)" # Debugging: Check which shell is running
- apt-get update
- apt-get install -y software-properties-common which
- 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..."
- Get-Command gcc
- 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!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment