mauroc / squiddio_pi

squiddio_pi
3 stars 13 forks source link

circleci: no macos builds. #100

Closed leamas closed 4 years ago

leamas commented 4 years ago

After merging #99 the master branch builds debian, mingw and flatpak using circleci.

However, macos is not built. As can be seen at https://circleci.com/workflow-run/d92d47bc-99ab-4462-b268-c7ea4351102e this is because the 14 days free period for the macos builder has expired.

In order to fix this, @mauroc needs to apply for a opensource free macos builder, in the same way as I and @rgleason have done. The link for getting such a builder is at https://circleci.com/open-source/ (you might have to scroll to bottom of page before it's visible). The process is simple and quite fast.

EDIT Fixing English grammar.

leamas commented 4 years ago

The macos build for current master is actually fine, as seen at https://circleci.com/workflow-run/0de0c5dd-9c24-42b1-9443-b008ef75290f. This is for commit 29705db, which is identical to current master at 786d75b:

$ git rev-parse --short upstream/master
786d75b
$ git rev-parse --short HEAD
29705db
$ git diff 786d75b 29705db
$