This commit is contained in:
parent
81f2413c31
commit
5b55489752
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
steps:
|
steps:
|
||||||
- name: build linux
|
build:
|
||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
@ -15,7 +15,7 @@ steps:
|
||||||
- cmake .. -DSLIC3R_STATIC=1 -DSLIC3R_GTK=3 -DSLIC3R_PCH=OFF -DCMAKE_PREFIX_PATH=$(pwd)/../deps/build/destdir/usr/local
|
- cmake .. -DSLIC3R_STATIC=1 -DSLIC3R_GTK=3 -DSLIC3R_PCH=OFF -DCMAKE_PREFIX_PATH=$(pwd)/../deps/build/destdir/usr/local
|
||||||
- make
|
- make
|
||||||
- src/BuildLinuxImage.sh -i
|
- src/BuildLinuxImage.sh -i
|
||||||
- name: make gitea release
|
release:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: https://git.grondek.dev
|
base_url: https://git.grondek.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue