Commit Graph

267 Commits

Author SHA1 Message Date
alves
27f2d0a7e8 fix build fail question on mac. 2026-01-30 17:58:20 +08:00
alves
5494f27b44 fix mac pack failed bug. 2026-01-30 17:18:00 +08:00
alves
6bc1ffa599 fix windows pdb not upload sentry server bug. 2026-01-30 14:43:26 +08:00
alves
734c80fd01 feature add test code for signs. 2026-01-29 15:46:46 +08:00
alves
3f03f9e682 feature add option runtime,hardened runtime for application. 2026-01-29 15:19:45 +08:00
alves
1044e770b6 feature signs app and don't signs dmg. 2026-01-28 18:52:41 +08:00
alves
4b2f5c158e feature build the app and signs it for all mac os application. 2026-01-28 15:44:35 +08:00
alves
367178b664 feature revert the entitlements changed for pack the dmg 2026-01-28 15:34:53 +08:00
alves
f52f346e40 fix revert the changed for signs. 2026-01-28 15:32:34 +08:00
alves
a35316aba0 feature signs for all build on mac os. 2026-01-28 09:42:36 +08:00
alves
30ff6d1676 fix dmg signed error bug. 2026-01-23 15:09:11 +08:00
alves
d43142b42e fix bug on sign app not include the entitlements, and web show error on the mac os 26.x 2026-01-22 18:44:33 +08:00
xiaoyeliu
8433e7e986 Cancel: build orca_custom_preset_tests 2025-12-29 22:34:55 +08:00
xiaoyeliu
427856de1e Test linux1 (#93)
* change 'OrcaSlicer' to 'Snapmaker Orca'

* Fix Orca Multi-Language

* test_linux

* test_linux

* Fix default_position of wipetower

* fix CICD

* Change linux to beta
2025-12-29 20:29:46 +08:00
alves
0302c21415 feature changed the upload path 2025-12-24 16:29:33 +08:00
alves
4f07b65525 fix build all yml version not corecet 2025-12-23 17:03:21 +08:00
xiaoyeliu
f6899b277f recovery packaging process & update flutter (#78)
* Recover: Packaging Process

* Update: Flutter 1222
2025-12-22 12:51:58 +08:00
alves
c0779cbd28 fix mac version not correct bug 2025-12-15 17:44:01 +08:00
alves
3cb6f3a094 feature merge the sentry mac and win on the sentry server 2025-12-15 16:09:32 +08:00
alves
b2b8be7302 fix too blank and not work correct bug 2025-12-15 09:44:20 +08:00
alves
7370dca2ca fix mac os sentry cli upload dsym error bug 2025-12-12 17:25:26 +08:00
alves
59b2e59ca0 fix github action not get the correct path for mac dsym bug 2025-12-12 14:41:21 +08:00
alves
f7efe0dfc3 feature create mac os dsym and upload server 2025-12-11 15:30:49 +08:00
alves
371545fe15 fix sentry cli install fail on mac os 2025-12-11 11:53:49 +08:00
alves
c5e8bd2b1e feature add sentry cli function for mac os 2025-12-11 09:35:19 +08:00
alves
b7fda4e12b feature force build deps to false. 2025-12-11 09:24:40 +08:00
alves
0a1dcd43c0 feature force to build deps 2025-12-10 11:04:15 +08:00
alves
70fa560264 feature update the soft version 2025-12-04 17:48:32 +08:00
alves
127259f426 feature unzip for dmp file to upload sentry server 2025-12-04 10:46:30 +08:00
alves
990137bab0 feature add cli upload pdb to sentry server 2025-12-03 12:05:46 +08:00
alves
9cb538956d feature add sentry for soft catch dmp 2025-12-03 09:27:09 +08:00
xiaoyeliu
e51d4ad563 Change CICD Version 2025-11-24 10:08:02 +08:00
xiaoyeliu
2eeb2438c8 FIX CICD 2025-11-18 11:06:59 +08:00
xiaoyeliu
7b258ebb84 Fix CICD 2025-11-18 00:10:16 +08:00
xiaoyeliu
d7f3a8eb02 Fix CICD 2025-11-17 18:16:34 +08:00
xiaoyeliu
1b6ff47941 Fix CICD 2025-11-17 17:58:54 +08:00
xiaoyeliu
69cf2a1964 Fix: CICD 2025-11-17 12:01:42 +08:00
xiaoyeliu
e4d902220d Fix: CICD 2025-11-17 11:52:21 +08:00
xiaoyeliu
67c9fe63d5 Fix: CICD 2025-11-17 11:28:30 +08:00
xiaoyeliu
82174ea2d1 Fix: CICD 2025-11-17 10:18:39 +08:00
xiaoyeliu
f646809e0c Fix cicd 2025-11-17 10:08:51 +08:00
xiaoyeliu
e89263e51a Merge: Snapmaker Orca 2.1.2 2025-11-17 10:04:25 +08:00
SoftFever
4d7699b628 Update DMG creation process in build workflow (#10891)
Refactor DMG creation process in build workflow

* Update the OrcaSlicer DMG creation steps to exclude the profile validator helper from the main DMG.
* Introduce a dedicated directory for the main OrcaSlicer DMG and the profile validator DMG, ensuring a cleaner build process.
* Use symbolic links with the `-sfn` option to avoid issues with existing links.

This change enhances the organization of the build artifacts and improves the clarity of the DMG creation process.
2025-09-28 13:38:13 +08:00
SoftFever
f020480900 Revamp OrcaSlicer updater (#10884)
* Revamp OrcaSlicer updater
2025-09-28 10:33:33 +08:00
coryrc
b56cefc4b7 Add a once-daily Build All which skips caches (#10731)
* Add a once-daily Build All which skips caches

When an external dependency breaks a build, ensures a record exists of
it happening.

Half of #10404

* `inputs` is plural
2025-09-21 20:08:32 +08:00
coryrc
7aa3ce8a4d Shellcheck everything (#10730)
* Shellcheck all shell scripts

* Implement Shellcheck's recommendations

* Shellcheck the distribution-specific files

* Include the distro scripts to trigger action

* Fix array usage (hopefully)

* Use single-quote string

TIL: single quote string in yaml treats everything as literal, but
double quote allows backslash escaping.

* Make all cmake commands use set+-x dance and fix macos getopts line

Make Claude happy

getopts has colon after a command which takes an argument

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2025-09-20 09:12:31 +08:00
dependabot[bot]
b100915eba Bump tj-actions/changed-files from 44 to 46 (#10604)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v46)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-version: '46'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 22:52:20 +08:00
dependabot[bot]
2ba6f9a5e4 Bump takanome-dev/assign-issue-action from 2.2 to 2.3 (#10606)
Bumps [takanome-dev/assign-issue-action](https://github.com/takanome-dev/assign-issue-action) from 2.2 to 2.3.
- [Release notes](https://github.com/takanome-dev/assign-issue-action/releases)
- [Commits](https://github.com/takanome-dev/assign-issue-action/compare/v2.2...v2.3)

---
updated-dependencies:
- dependency-name: takanome-dev/assign-issue-action
  dependency-version: '2.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 22:51:49 +08:00
dependabot[bot]
719c1687e2 Bump actions/checkout from 4 to 5 (#10605)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 22:51:21 +08:00
Nanashi
fa4161eaae Correct OrcaSlicer_profile_validator path (again) (#10512)
* Correct OrcaSlicer_profile_validator path (again)
2025-08-26 23:15:31 +08:00