update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Sebastian Ranoszek 2025-04-04 16:33:05 +02:00
parent 3657176e2c
commit d5b9690e33

View file

@ -1,10 +1,9 @@
steps: steps:
# Step 1: Build the project # Step 1: Build the project
- name: Build - name: Build
image: debian:stable-slim image: alpine
commands: commands:
- apt-get update - apk add --no-cache g++ libc-dev
- apt-get install -y gcc
- mkdir build - mkdir build
- echo "Building project..." - echo "Building project..."
- g++ -o build/main main.cpp - g++ -o build/main main.cpp