Upload to nextcloud
This commit is contained in:
parent
ac55c571a9
commit
e1bac791a9
@ -10,19 +10,20 @@ steps:
|
|||||||
- cd deps/build
|
- cd deps/build
|
||||||
- cmake .. -DDEP_WX_GTK3=ON -DDEP_DEBUG=OFF
|
- cmake .. -DDEP_WX_GTK3=ON -DDEP_DEBUG=OFF
|
||||||
- make -j6
|
- make -j6
|
||||||
# - cd ../..
|
- cd ../..
|
||||||
# - mkdir build
|
- mkdir build
|
||||||
# - cd build
|
- cd build
|
||||||
# - 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 -j6
|
- make -j6
|
||||||
# - src/BuildLinuxImage.sh -i
|
# - src/BuildLinuxImage.sh -i
|
||||||
release:
|
upload:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: ellpeck/woodpecker-nextcloud-upload
|
||||||
settings:
|
settings:
|
||||||
base_url: https://git.grondek.dev
|
server: https://cloud.grondek.pl
|
||||||
|
user: pgrondek
|
||||||
|
token:
|
||||||
files:
|
files:
|
||||||
- build/*.AppImage
|
|
||||||
- build/*.tar
|
- build/*.tar
|
||||||
target: nonplanar
|
dest: PrusaSlicer
|
||||||
api_key:
|
secret:
|
||||||
from_secret: GITEA_ACCESS_TOKEN
|
- token
|
||||||
|
Loading…
Reference in New Issue
Block a user