rcmaehl / NotCPUCores

Work, Play, Stream - Without the Stutter. Download using Releases button below
Other
746 stars 44 forks source link

Add CI #75

Closed micwoj92 closed 3 years ago

micwoj92 commented 3 years ago

This pr adds CI which generates NotCPUCores.exe which can be downloaded from actions tab.

Additionally a badge can be added to readme to show that it "passes build"

After merging it would be https://img.shields.io/github/workflow/status/rcmaehl/NotCPUCores/ncc

I did read autoit 3 license and I think I included all what is needed to redistribute the Aut2exe and include/* https://www.autoitscript.com/autoit3/docs/license.htm

All files were taken from latest autoit3 version.

rcmaehl commented 3 years ago

Instead of hosting the entire autoit install, I was considering doing something similar to this repo in which the CI runs the installer and then compiles the application: https://github.com/turbo/AutoIt-CI