mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #184] [MERGED] CircleCI for macOS #214
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/184
Author: @klugier
Created: 1/5/2024
Status: ✅ Merged
Merged: 1/6/2024
Merged by: @mirek-fidler
Base:
master← Head:klugier/circle-ci-mac-2📝 Commits (7)
fdc5f26.attempt 10f0da7e.fix to compile on mac6f40515tests221e468.asd57659f6.asdff34c11.change install paths on macos.bcbf49b.cleanup📊 Changes
3 files changed (+26 additions, -6 deletions)
View changed files
📝
.circleci/config.yml(+23 -3)📝
configure_makefile(+1 -1)📝
uppsrc/ide/Builders/Install.cpp(+2 -2)📄 Description
Additional CircleCI run for validating macos build. Moreover, it looks like openssl is store in diffrent path on build machines "/usr/local/lib;". Currently, we don't look in this path for libraries and include files. This PR also address this issue. This problem might be related to this issue raised on our forum, so it is highly recommended to apply.
Currently free version of CircleCI addressed to open source dev is on x86_64. From May 2024 they will change it to ARM and M1.
Issues:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.