Add woodpecker CI
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
Przemek Grondek 2024-04-20 00:04:06 +02:00
parent 7bfa0da688
commit 33e796c235

17
.woodpecker.yaml Normal file
View File

@ -0,0 +1,17 @@
steps:
- name: build linux
image: ubuntu:22.04
commands:
- apt-get update
- apt-get install -y build-essentials git autconf cmake libglu1-mesa-dev libgtk-3-dev libdbus-1-dev
- cd deps
- mkdir build
- cd build
- cmake .. -DDEP_WX_GTK3=ON
- make
- cd ../..
- mkdir build
- cd build
- cmake .. -DSLIC3R_STATIC=1 -DSLIC3R_GTK=3 -DSLIC3R_PCH=OFF -DCMAKE_PREFIX_PATH=$(pwd)/../deps/build/destdir/usr/local
- make
- src/BuildLinuxImage.sh -i