forked from prusa3d/PrusaSlicer
-
-
Notifications
You must be signed in to change notification settings - Fork 520
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e67a34
commit efc778a
Showing
23 changed files
with
241 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: build deps & slicer | ||
run: ./BuildMacOS.sh -i | ||
run: ./BuildMacOS.sh -dsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: build deps & slicer | ||
run: ./BuildMacOS.sh -ia | ||
run: ./BuildMacOS.sh -adsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
with: | ||
ref: 'rc' | ||
- name: build deps & slicer | ||
run: ./BuildMacOS.sh -ia | ||
run: ./BuildMacOS.sh -adsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
with: | ||
ref: 'rc' | ||
- name: build deps & slicer | ||
run: ./BuildMacOS.sh -i | ||
run: ./BuildMacOS.sh -dsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,14 +30,8 @@ jobs: | |
run: sudo apt update | ||
- name: install gtk2 glew | ||
run: sudo apt install libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev gettext | ||
- name: build deps & slicer | ||
run: ./BuildLinux.sh -dgs | ||
- name: make .pot | ||
working-directory: ./build | ||
run: make gettext_make_pot | ||
- name: build tar & appimage | ||
working-directory: ./build | ||
run: src/BuildLinuxImage.sh -i | ||
- name: build deps & slicer, tar & appimage | ||
run: ./BuildLinux.sh -dgsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,6 @@ jobs: | |
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.16.x' | ||
- name: update submodule profiles | ||
working-directory: ./resources/profiles | ||
run: git submodule update --init | ||
- name: change date in version | ||
run: sed -i "s/+UNKNOWN/_$(date '+%F')/" version.inc | ||
- name: update clock | ||
|
@@ -29,14 +26,8 @@ jobs: | |
run: sudo apt update | ||
- name: install gtk2 glew | ||
run: sudo apt install libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev libssl-dev libcurl4-openssl-dev gettext | ||
- name: build deps & slicer | ||
run: ./BuildLinux.sh -bdgs | ||
- name: make .pot | ||
working-directory: ./build | ||
run: make gettext_make_pot | ||
- name: build tar & appimage | ||
working-directory: ./build | ||
run: src/BuildLinuxImage.sh -i | ||
- name: build deps & slicer, tar & appimage | ||
run: ./BuildLinux.sh -bdgsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,6 @@ jobs: | |
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.16.x' | ||
- name: update submodule profiles | ||
working-directory: ./resources/profiles | ||
run: git submodule update --init | ||
- name: change date in version | ||
run: sed -i "s/+UNKNOWN/_$(date '+%F')/" version.inc | ||
- name: update clock | ||
|
@@ -30,14 +27,8 @@ jobs: | |
run: sudo apt update | ||
- name: install gtk3 glew | ||
run: sudo apt install libgtk-3-dev libglew-dev libudev-dev libdbus-1-dev gettext | ||
- name: build deps & slicer | ||
run: ./BuildLinux.sh -ds | ||
- name: make .pot | ||
working-directory: ./build | ||
run: make gettext_make_pot | ||
- name: build tar & appimage | ||
working-directory: ./build | ||
run: src/BuildLinuxImage.sh -i | ||
- name: build deps & slicer, tar & appimage | ||
run: ./BuildLinux.sh -dsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,6 @@ jobs: | |
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.16.x' | ||
- name: update submodule profiles | ||
working-directory: ./resources/profiles | ||
run: git submodule update --init | ||
- name: change date in version | ||
run: sed -i "s/+UNKNOWN/_$(date '+%F')/" version.inc | ||
- name: update clock | ||
|
@@ -29,14 +26,8 @@ jobs: | |
run: sudo apt update | ||
- name: install gtk3 glew | ||
run: sudo apt install libgtk-3-dev libglew-dev libudev-dev libdbus-1-dev libssl-dev libcurl4-openssl-dev gettext | ||
- name: build deps & slicer | ||
run: ./BuildLinux.sh -bds | ||
- name: make .pot | ||
working-directory: ./build | ||
run: make gettext_make_pot | ||
- name: build tar & appimage | ||
working-directory: ./build | ||
run: src/BuildLinuxImage.sh -i | ||
- name: build deps & slicer, tar & appimage | ||
run: ./BuildLinux.sh -bdsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,6 @@ jobs: | |
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.16.x' | ||
- name: update submodule profiles | ||
working-directory: ./resources/profiles | ||
run: git submodule update --init | ||
- name: change date in version | ||
run: sed -i "s/+UNKNOWN/_$(date '+%F')/" version.inc | ||
- name: update clock | ||
|
@@ -31,14 +28,8 @@ jobs: | |
run: sudo apt update | ||
- name: install gtk3 glew | ||
run: sudo apt install libgtk-3-dev libglew-dev libudev-dev libdbus-1-dev gettext | ||
- name: build deps & slicer | ||
run: ./BuildLinux.sh -ds | ||
- name: make .pot | ||
working-directory: ./build | ||
run: make gettext_make_pot | ||
- name: build tar & appimage | ||
working-directory: ./build | ||
run: src/BuildLinuxImage.sh -i | ||
- name: build deps & slicer, tar & appimage | ||
run: ./BuildLinux.sh -dsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,6 @@ jobs: | |
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.16.x' | ||
- name: update submodule profiles | ||
working-directory: ./resources/profiles | ||
run: git submodule update --init | ||
- name: change date in version | ||
run: sed -i "s/+UNKNOWN//" version.inc | ||
- name: update clock | ||
|
@@ -29,14 +26,8 @@ jobs: | |
run: sudo apt update | ||
- name: install gtk2 glew | ||
run: sudo apt install libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev gettext | ||
- name: build deps & slicer | ||
run: ./BuildLinux.sh -dgs | ||
- name: make .pot | ||
working-directory: ./build | ||
run: make gettext_make_pot | ||
- name: build tar & appimage | ||
working-directory: ./build | ||
run: src/BuildLinuxImage.sh -i | ||
- name: build deps & slicer, tar & appimage | ||
run: ./BuildLinux.sh -dgsi | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.