Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled build for MacOs #4

Open
adamcarter1 opened this issue Sep 3, 2020 · 9 comments
Open

Compiled build for MacOs #4

adamcarter1 opened this issue Sep 3, 2020 · 9 comments

Comments

@adamcarter1
Copy link

Could you compile a build for mac os.?

@nlzy
Copy link
Owner

nlzy commented Sep 4, 2020

Sorry, I don't have any macOS computer.

@adamcarter1
Copy link
Author

Do you have a spare pc, or run vmware? I can show you how to make a havkintosh, or run a macvm

@nlzy
Copy link
Owner

nlzy commented Sep 5, 2020

The short answer is: NO.
That’s too much trouble, I‘m not interested in Hackintosh.

@adamcarter1
Copy link
Author

What about using a cross-system compiler on your windows computer

Something like https://www.xojo.com/

@theChaosCoder
Copy link

Why not use a github action for that?

@adamcarter1
Copy link
Author

I don’t know what a github action is.

@theChaosCoder
Copy link

Click on the action tab in github for that.

You can automate stuff with it, deploy, compile, test, release etc.

@adamcarter1
Copy link
Author

Wouldn’t the developer have to click something?

@theChaosCoder
Copy link

Wouldn’t the developer have to click something?

Depending on the action it can be triggered in numerous ways. Vapoursynth uses it to run tests when a push or pull request is made https://github.com/vapoursynth/vapoursynth/tree/master/.github/workflows

For "compile it and make release" a git-tag can be used, like here: https://github.com/theChaosCoder/avsrepo/blob/master/.github/workflows/release.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants