benbaker76 / Gfx2Next

ZX Spectrum Next graphics conversion tool.
https://www.baker76.com/gfx2next
MIT License
24 stars 7 forks source link

adding Cirrus CI task script, preparing to test CI setup #15

Closed ped7g closed 2 years ago

ped7g commented 2 years ago

Setup Cirrus CI for your repo first:

Visit github marketplace for their app: https://github.com/marketplace/cirrus-ci And choose your plan (Public repositories $0)

During "installation" configure it to only allowed public repositories and add headkaze/Gf2xNext repo to the list

image

Then merge this pull request, and first CI build should be done shortly.

Quick start docs for Cirrus: https://cirrus-ci.org/guide/quick-start/

To check cirrus builds logs/progress in their native web interface, use https://cirrus-ci.com/ and log with your github account, you should see there list of all builds done recently and active repos involved.