Commit Graph

142 Commits

Author SHA1 Message Date
dependabot[bot] 62fe001a77
Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#4445) 2024-12-24 13:24:07 +00:00
offhub 9d9ca3853d
CI merge 1 2024-11-21 18:15:29 +03:00
offhub 17aa83067a
Separate Qt 5 and Qt 6 CI builds
| Architecture | Qt 5 CI Build | Qt 6 CI Build |
|--------------|---------------|---------------|
| **x86**      | Supported     | Not Supported |
| **x64**      | Supported     | Supported     |
| **ARM64**    | Not Supported | Supported     |
2024-11-21 11:17:23 +03:00
offhub 63aac11fdb
Load qt6_version from buildVariables.cmd
This step loads the qt6_version variable from the buildVariables.cmd script and sets it as an environment variable for subsequent steps in the GitHub Actions workflow.

    The call command executes the buildVariables.cmd script located in the Installer directory of the repository.
    The qt6_version variable, defined within the buildVariables.cmd script, is captured and appended to the GitHub Actions environment file (%GITHUB_ENV%), making it accessible in future steps.

This ensures that the qt6_version is available throughout the workflow without needing to redefine it.
2024-11-20 22:04:01 +03:00
offhub a307347c94
Build variables are gathered in a single file
except `qt6_version`  and `sslMajorVersion`.
2024-11-18 01:53:10 +03:00
DavidXanatos c625e90b7a Qt Update 5.15.16 2024-11-17 18:05:54 +01:00
dependabot[bot] 2d4dc4d331
Bump jurplel/install-qt-action from 4.0.0 to 4.1.1 (#4360) 2024-11-12 14:07:13 +00:00
dependabot[bot] eaba8a4dd3
Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#4317) 2024-10-22 09:30:20 +00:00
DavidXanatos ef827fd240 1.15.0 2024-10-18 17:40:56 +02:00
dependabot[bot] 7ee943f286
Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#4290) 2024-10-10 18:33:34 +00:00
isaak654 35ef09bc41
Update main.yml 2024-09-30 16:14:07 +02:00
DavidXanatos 7a0432a388
Merge pull request #4160 from love-code-yeyixiao/love-code-yeyixiao-patch-1
Update main.yml
2024-09-07 10:37:47 +02:00
dependabot[bot] 204860c547
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#4203) 2024-09-03 13:01:31 +00:00
爱编程的叶一笑 c8ade63332
Update main.yml 2024-08-21 13:49:52 +02:00
dependabot[bot] 91c42c579d
Bump actions/upload-artifact from 4.3.4 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 17:09:48 +02:00
dependabot[bot] 50e633ab80
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#4067) 2024-07-09 18:02:44 +00:00
DavidXanatos 1c8037591f
Update main.yml 2024-06-21 10:59:45 +02:00
offhub 65a09ef8e0
Qt-5.15.14-OpenSSL-3.3.1 2024-06-04 20:29:19 +03:00
DavidXanatos 3950c32b1b
Merge pull request #3694 from LumitoLuma/master
Build Sandboxie-Plus with Qt 5.15.13 (L)GPL instead of 5.15.2
2024-03-26 18:56:33 +01:00
Lumito 3531aaf1c1
Build with Qt 5.15.13 (L)GPL 2024-03-24 15:19:43 +01:00
isaak654 d546efc252
Update main.yml
- Added more file path exclusions on push/pull events
- Typo fixes
2024-03-24 13:45:39 +01:00
isaak654 586fedcda7
Update main.yml
This adds specific file path patterns to exclude from push events.
2024-03-03 22:10:24 +01:00
dependabot[bot] 0f724d4cba
Bump microsoft/setup-msbuild from 1 to 2
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1...v2)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  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>
2024-02-06 11:18:43 +01:00
isaak654 6e8551a308
Typo fixes 2024-02-01 22:12:19 +01:00
DavidXanatos f8377e14d9
Update main.yml 2024-01-04 21:37:10 +01:00
dependabot[bot] 9a4f6e1570
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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>
2023-12-20 14:29:56 +01:00
dependabot[bot] 555cb59a69
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-09-12 13:26:19 +02:00
DavidXanatos bbe144f5c9
Update main.yml
[skip ci]
2023-08-24 21:05:06 +02:00
DavidXanatos 10fb25653d fix 2023-08-08 21:25:20 +02:00
isaak654 15afaf8399
Update main.yml
Skip artifacts upload for pull request events.
2023-07-13 14:41:43 +02:00
DavidXanatos ea8abbed9d
Update main.yml 2023-07-12 09:59:07 +02:00
DavidXanatos f5714e2e02 1.9.3 2023-05-04 23:13:12 +02:00
DavidXanatos 9d0d9daf74
Update main.yml 2023-04-24 18:59:35 +02:00
isaak654 8f44b8e693
Increase CI timeout to 45 2023-04-01 18:27:31 +02:00
dependabot[bot] 878e60b5e6
Bump microsoft/setup-msbuild from 1.1 to 1.3
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1 to 1.3.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1...v1.3)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 10:03:32 +01:00
isaak654 0a4ef651d5
Typos and spelling fixes 2022-11-21 19:22:33 +01:00
DavidXanatos a9e60843f6
Update main.yml 2022-11-20 18:48:23 +01:00
DavidXanatos e7765984fe
Update main.yml 2022-11-20 18:25:39 +01:00
isaak654 b1a25067f9
Add timeout for the CI job 2022-10-26 21:01:04 +02:00
DavidXanatos 77d81b11ff
Update main.yml 2022-10-15 10:57:38 +02:00
DavidXanatos 94a95a5360
Update main.yml 2022-10-15 10:25:38 +02:00
DavidXanatos dad99c6962
Update main.yml 2022-10-15 10:14:55 +02:00
DavidXanatos 0c3b2c7078
Update main.yml 2022-10-15 10:13:30 +02:00
DavidXanatos c1d607fe7d
Update main.yml 2022-10-15 10:00:06 +02:00
DavidXanatos 2b4d8c48cb
Update main.yml 2022-10-15 09:45:13 +02:00
DavidXanatos e66901bb09
Update main.yml 2022-10-15 09:35:39 +02:00
isaak654 9f40bba01d
Update main.yml
- Partially restores 57bc17c0af + 68e05408c5
- Typo fixes and trimmed spaces
2022-10-13 20:20:29 +02:00
DavidXanatos e00cacb0b9 1.5.0 2022-10-12 21:13:44 +02:00
isaak654 68e05408c5
Update main.yml
Fix for the action warning Unexpected input(s) 'cached'
2022-10-11 19:44:26 +02:00
isaak654 57bc17c0af
Bump jurplel/install-qt-action from v2 to v3 2022-10-11 18:22:45 +02:00