Commit dbbecc6
authored
Add Working Build and Test Workflow (Mac/PC/Linux) (#1029)
* feat: enhance build workflow with caching and Boost setup for Linux, macOS, and Windows
* feat: add ccache setup for improved build performance on all platforms
* Add dependency caching and ccache support to build workflow
* feat: add Copilot instructions and improve Boost setup in build workflow
* Fix duplicate step IDs in build workflow and add copilot instructions
* Add unique step IDs for Boost setup on each platform
* Fix Windows Boost installation by switching to windows-2019
- Changed from windows-latest to windows-2019 to avoid 7-Zip 25.01 symlink security restrictions
- Updated platform_version from 2022 to 2019 for Boost installation
- 7-Zip 25.01 blocks symlinks needed for Boost header structure with 'dangerous link path' errors1 parent 19fd8be commit dbbecc6
2 files changed
+85
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
| |||
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
50 | 79 | | |
51 | 80 | | |
52 | 81 | | |
53 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
54 | 101 | | |
55 | 102 | | |
56 | 103 | | |
57 | 104 | | |
58 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
59 | 116 | | |
60 | 117 | | |
61 | 118 | | |
62 | 119 | | |
63 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
64 | 128 | | |
65 | 129 | | |
66 | 130 | | |
| 131 | + | |
| 132 | + | |
67 | 133 | | |
68 | 134 | | |
69 | 135 | | |
70 | 136 | | |
| 137 | + | |
| 138 | + | |
71 | 139 | | |
72 | 140 | | |
73 | 141 | | |
| |||
0 commit comments