This commit is contained in:
parent
81f2413c31
commit
5b55489752
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
steps:
|
||||
- name: build linux
|
||||
build:
|
||||
image: ubuntu:22.04
|
||||
commands:
|
||||
- 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
|
||||
- make
|
||||
- src/BuildLinuxImage.sh -i
|
||||
- name: make gitea release
|
||||
release:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
base_url: https://git.grondek.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue