cavecomm/.woodpecker.yml

18 lines
668 B
YAML

#clone:
# git:
# image: woodpeckerci/plugin-git
# settings:
# path: https://ReleaseSmith:${ReleaseSmithPassword}@git.snootgame.xyz/Cavemanon/Exit-665.git
# submodule_overrides:
# Exit665-Specifications: https://ReleaseSmith:${ReleaseSmithPassword}@git.snootgame.xyz/Cavemanon/Exit665-Specifications.git
pipeline:
build:
image: debian:unstable-slim
commands:
- apt update
- apt install openssl libpqxx-dev libcurlpp-dev wget build-essential libboost-all-dev -y
- wget https://github.com/CrowCpp/Crow/releases/download/v1.0%2B5/crow-v1.0+5.deb -O /tmp/crow-v1.0+5.deb
- dpkg -i /tmp/crow-v1.0+5.deb
- make build