Ilya Fedin
1cf50f95ac
Install pkg-config explicitly in macOS action
2023-02-20 14:26:41 +04:00
Ilya Fedin
aeeb9fe761
Fix macOS GH action
2023-02-14 18:37:01 +04:00
23rd
c7583e3106
Fixed codesign in Github CI on macOS.
2022-11-25 16:42:47 +03:00
23rd
9601207b2c
Fixed warnings from Github CI.
2022-11-11 11:45:12 +04:00
23rd
8b580de47e
Version 4.2.3: Fixed Github CI Windows and macOS builds.
2022-09-29 21:22:06 +04:00
Ilya Fedin
8fe48f3ca2
Use cmake_dependent_option to better declare variables that relate on other variables
2022-08-11 09:07:15 +03:00
Ilya Fedin
060cd0aab9
Don't trigger actions on build documentation change
...
Documentation is not sourced in actions since prepare.py invention
2022-06-29 08:21:16 +04:00
Ilya Fedin
fa95ca4289
Don't install unused brew packages
2022-04-16 20:27:19 +04:00
Ilya Fedin
fd6d09caaa
Fix cache update for the actions
...
The caching action doesn't update the cache when cache hit is happenned.
This could be fixed by having unique keys for every cache change and using restore-keys to find these caches.
2022-04-16 07:28:06 +04:00
23rd
99f65ab5ec
Migrated dependencies in Github CI for Windows.
2022-01-05 10:48:06 +03:00
John Preston
42015d6a72
Use new defaults in configure invocations.
2021-10-29 22:05:21 +04:00
John Preston
dba9aa30f7
Fix build action on macOS.
2021-10-21 21:01:33 +04:00
John Preston
3626943fc9
Use Qt 6.2 build on macOS GitHub action.
2021-10-21 20:20:35 +04:00
Ilya Fedin
3dacbc6bf6
Ignore changes to Dockerfile on mac
2021-10-21 19:31:22 +04:00
23rd
449f2d2f94
Migrated dependencies in Github CI for macOS.
2021-09-17 13:12:07 +03:00
John Preston
8d4174afb5
Fix macOS build in GitHub Actions.
2021-09-11 20:13:18 +03:00
John Preston
54adf77d99
Build dependencies by script on Windows and macOS.
2021-09-07 23:41:54 +03:00
23rd
ea3191badf
Fixed Github CI build.
2021-08-12 08:34:51 +03:00
Ilya Fedin
4b82a56270
Remove old instructions & patches they referred to
...
(& rename instructions to the actual state)
Old instruction names were from the time when tdesktop used GYP that had MSVC, XCode and CMake backends.
But tdesktop uses CMake now, so these names are no longer correct.
2021-07-20 09:50:57 +03:00
23rd
245be4cd63
Fixed Github CI macOS build.
2021-06-04 11:47:32 +03:00
23rd
df70fd3081
Fixed Github CI macOS build.
2021-02-25 08:42:16 +03:00
Ilya Fedin
0c37990ccd
Fix tg_owt cache in windows & macos actions
2021-01-05 18:13:13 +04:00
John Preston
376e43d9d5
Migrate actions to Qt 5.15.2.
2020-12-09 17:26:25 +04:00
23rd
c4c18d16ab
Updated docs.
2020-12-01 09:45:24 +03:00
Ilya Fedin
facbaecf30
Add -Werror to actions
2020-11-17 15:45:27 +03:00
zurg3
a768b65295
Updated FFmpeg version in GitHub Actions workflows
2020-11-10 16:23:37 +03:00
zurg3
a68d9b4522
Updated Qt version in GitHub Actions workflows
2020-11-10 16:23:37 +03:00
Ilya Fedin
822d1718a9
Use MozJPEG
2020-10-30 12:12:39 +03:00
23rd
3883a268c7
Fixed warnings from Github CI.
2020-10-27 20:17:14 +03:00
Ilya Fedin
1fdfa94497
Remove explicit Opus clone step from macos action
...
Since no longer needed
2020-10-23 12:51:52 +03:00
Ilya Fedin
309372164c
Cache make install calls in macos action
2020-09-10 19:38:23 +03:00
23rd
97076dbf83
Replaced origin webrtc with custom-built fork in Github CI.
...
Updated building docs.
2020-08-21 17:35:32 +03:00
23rd
bc7925985c
Added WebRTC building to Github CI.
2020-08-15 00:03:37 +04:00
23rd
b6c70572a9
Fixed Github CI macOS build.
2020-08-11 18:20:43 +04:00
Ilya Fedin
08b67e383e
Add -D DESKTOP_APP_DISABLE_CRASH_REPORTS=OFF to docs & actions
2020-08-11 10:55:50 +04:00
Ilya Fedin
4623804123
Don't build OpenSSL tests
...
To decrease actions run time and fails
2020-07-13 06:50:55 +04:00
23rd
d2615dda63
Updated Github Actions Cache version.
2020-06-30 12:28:13 +03:00
Ilya Fedin
a70cc9b956
Fix patches cache on windows and macos actions
2020-06-17 20:33:46 +04:00
Ilya Fedin
f1e75d809a
Separate patches
2020-06-03 11:31:34 +04:00
Ilya Fedin
db528b39e1
Fix macOS cache validating
...
macOS action has runner version in the workdir path, it should be a part of the cache key
2020-06-01 18:21:52 +04:00
Ilya Fedin
3135463017
Add new option to simplify creation of self-contained packages (snap/flatpak/appimage)
2020-05-05 14:31:18 +04:00
RadRussianRus
89950de93e
Do not ignore changes for docs needed for build
2020-05-05 14:20:58 +04:00
RadRussianRus
48743a7973
Exclude files that aren't necessary for actions
2020-05-01 12:12:49 +04:00
23rd
d46e145c61
Updated Qt to 5.12.8.
2020-04-21 18:55:34 +04:00
Ilya Fedin
bc06a3aea3
Make actions ignore .md files not only in the root of repository
2020-04-13 17:39:00 +04:00
Ilya Fedin
e71b7dd384
Don't overwrite artifacts by multiple runs
2020-04-13 10:42:32 +04:00
23rd
1a5ee99c8a
Updated checkout Github Action to v2.
2020-03-24 17:04:44 +03:00
23rd
3a5c0976bb
Updated docs.
...
- Removed libenchant-dev.
- Removed installing OpenSSL shared docs for Linux.
- Updated xz and libiconv for Xcode.
2020-02-27 12:11:27 +04:00
23rd
1ca096e7ce
Added auto caching for Github CI.
2020-02-24 18:07:09 +03:00
23rd
543dc80b0b
Reduced cache size in Github CI for Windows and macOS.
...
- Other minor improvements.
2020-01-24 21:53:45 +03:00