Configuration file and CI #4

Merged
bartfaik04 merged 29 commits from configuration into main 2025-06-07 15:33:06 +02:00
Showing only changes of commit bd9ccd33ef - Show all commits

View File

@@ -14,8 +14,11 @@ jobs:
container:
image: ubuntu:24.04
steps:
- name: Install build tools
run: apt update && apt install -y build-essential
- name: Install tools
run: apt update && apt install -y build-essential git
- name: Clone repository
run: git clone "${GITEA_REPOSITORY_URL}" project && cp -r project/* ./
- name: Compile project
run: make