forked from Alamofire/Alamofire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux and Windows Support (Alamofire#3446)
* Initial Linux build. * Add CI support. * Fix YML. * Use correct image. * Initial Windows Support (Alamofire#3462) * Correct example (Alamofire#3453) * Exclude NetworkReachabilityManager from Windows Fixes Alamofire#3459. Windows does not have SystemConfiguration, so we have to exclude it * Initial windows support * Fix lock issues * Add Windows tests * Fix Windows mutex error * Remove enable test discovery * Combine Windows and Linux mutex lock with one common NSLock based class * Remove locked variable check * Simplify locking extension * Attempt to fix Windows build. * Reenable all platform tests. * Formatting. * Update README for new platforms. * Fix shields. * Another color. * Fix table. * Update issues. * Remove fixed issue. * Add SPM badge. * Spell it out. * Update to 5.4.1 on Linux, add Nightly. * Naming update. * Use concurrency group to cancel previous runs. * Use correct nightly image. * Use Firebreak for most builds. * Build with correct archs. * Fix Catalyst, tvOS builds. * Run Catalyst on GitHub. * 12.4 for Catalyst. * Try hardened runtime on Firebreak. * Get tests building on Linux. * Update Linux CI to build tests as well. * Add unsupported status for Linux and Windows. * Fix actions. * Run Catalyst on GitHub. * Build tests on Windows too. * Remove hardened runtime. * Run jobs when workflows change too. * Add timeouts to all jobs. * Enable CI on changes inside workflows. * Check changes in Package too. Co-authored-by: Alex Taffe <alex.taffe@gmail.com>
- Loading branch information
1 parent
6aa21ec
commit a41c07a
Showing
23 changed files
with
427 additions
and
328 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.build/ | ||
.git/ |
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
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.