mauroc / squiddio_pi

squiddio_pi
3 stars 13 forks source link

2 macOS in one comit in circleci (7hrs ago 95 -101)? #64

Closed rgleason closed 4 years ago

rgleason commented 4 years ago

95 658e2fe MacOS (travis, clang?)

98 b82d6d9 MacOS (circleci)

https://circleci.com/gh/mauroc/squiddio_pi/tree/master Why are two needed?

rgleason commented 4 years ago

Perhaps, this is so the circleci version can be commented out when MacOS time has been exceeded and there will be a travis MacOS build to fall back on?

rgleason commented 4 years ago

On rgleason/reset35-rg brought current to mauro/master, git pushed and circleci builds failed again. Commented out config.yml sections to build the second copy of macOS and pushed that commit. Everything built OK. (CircleCI has not enabled macOS build on my account yet.) Circleci mingw, debian & flatpak were not deployed because

ci/circleci-upload.sh
Not on master branch, skipping deployment.

Which is fine, it will probably deploy when needed.

Appeveyor built but did not deploy to circleci and did not deploy to github release because the commit was not tagged.

bash ../ci/appveyor-upload.sh
fatal: ref HEAD is not a symbolic ref
Not on master branch, skipping deployment

Travis built but did not deploy to circleci xenial, trusty and osx did build but did not deploy to git release because the commit was not tagged.

Which perhaps explains why there are two builds of MacOS, one for circleci and one for github release, however they both end up being uploaded to circleci? (nope, that is not the problem)