PrusaSlicer-NonPlainar/.woodpecker.yaml
Przemysław Grondek 33e796c235
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Add woodpecker CI
2024-04-20 00:04:06 +02:00

18 lines
523 B
YAML

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