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:
# Step 1: Build the project
- name: Build
image: debian:stable-slim
image: alpine
commands:
- apt-get update
- apt-get install -y gcc
- apk add --no-cache g++ libc-dev
- mkdir build
- echo "Building project..."
- g++ -o build/main main.cpp