mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 23:11:50 +08:00
indent?
This commit is contained in:
parent
626f5f80c9
commit
fd618d8a61
@ -37,9 +37,9 @@ jobs:
|
|||||||
image: ubuntu-1604:202007-01
|
image: ubuntu-1604:202007-01
|
||||||
working_directory: /build
|
working_directory: /build
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
- checkout
|
|
||||||
- run:
|
- run:
|
||||||
name: Package AppImage
|
name: Package AppImage
|
||||||
command: |
|
command: |
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
tar -xzf Slic3r.tar.gz
|
tar -xzf Slic3r.tar.gz
|
||||||
/build/src/platform/unix/build_appimage.sh /build/Slic3r.AppImage
|
/build/src/platform/unix/build_appimage.sh /build/Slic3r.AppImage
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /build/Slic3r.AppImage
|
path: /build/Slic3r.AppImage
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_package:
|
build_and_package:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user