nlzy / vapoursynth-waifu2x-ncnn-vulkan

Waifu2x filter for VapourSynth
MIT License
71 stars 4 forks source link

Compiled build for MacOs #4

Open adamcarter1 opened 4 years ago

adamcarter1 commented 4 years ago

Could you compile a build for mac os.?

nlzy commented 4 years ago

Sorry, I don't have any macOS computer.

adamcarter1 commented 4 years ago

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

nlzy commented 4 years ago

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

adamcarter1 commented 4 years ago

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

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

theChaosCoder commented 4 years ago

Why not use a github action for that?

adamcarter1 commented 4 years ago

I don’t know what a github action is.

theChaosCoder commented 4 years ago

Click on the action tab in github for that.

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

adamcarter1 commented 4 years ago

Wouldn’t the developer have to click something?

theChaosCoder commented 4 years ago

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