Check and see if tools will build in woodpecker

Signed-off-by: AlterEgo <admin@projectskyfire.org>
This commit is contained in:
AlterEgo 2025-01-19 18:24:22 -06:00
parent 138a799568
commit 447d3de01b

View file

@ -10,5 +10,5 @@ steps:
- apt-get install -y build-essential libstdc++-14-dev gcc-14 g++-14 autoconf libtool make cmake git-core patch wget links zip unzip unrar libmysqlclient-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev libncurses5-dev libace-dev
- echo "Building project..."
- mkdir build && cd build
- cmake ../ -DSCRIPTS=1 -DTOOLS=0 -DCMAKE_BUILD_TYPE=Release
- cmake ../ -DSCRIPTS=1 -DTOOLS=1 -DCMAKE_BUILD_TYPE=Release
- make -j$(nproc)