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 754cc29a83 - Show all commits

View File

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