MarioDB/.woodpecker/build.yaml
Sebastian Ranoszek 49c53e385f
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/discord-noti Pipeline was successful
ci/woodpecker/push/release Pipeline failed
update
2025-04-04 16:00:34 +02:00

9 lines
No EOL
220 B
YAML

steps:
# Step 1: Build the project
- name: Build
image: debian:stable-slim
commands:
- apt-get update
- apt-get install -y gcc
- echo "Building project..."
- g++ -o build/main main.cpp