Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mapnik + port CI build to GitHub actions #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

n-peugnet
Copy link

@n-peugnet n-peugnet commented Oct 4, 2023

DISCLAIMER: I did not test this more than running the test suite.

You can see the resulting GitHub action build here: https://github.com/n-peugnet/tilelive-mapnik/actions/runs/6408297813


  • Port CI build to GitHub actions

As travis is not free for opensource project anymore and the appveyor build seems to be down also. Updated node to more current version.

  • Disable setup-node cache as package-lock.json is not commited in git

  • Upgrade node-mapnik to 4.5 as previous versions do not support node >= 10

  • Really build on Windows and include really old Nodejs version only for Ubuntu

  • Nodejs 8 is too old for the Universal build of mapnik

  • Consider Nodejs 14.x as an old version + add 20.x

Nodejs 14 it is not supported anymore, and 20.x is current LTS

  • We don't care about Windows, try on MacOs though

  • Remove travis build (doesn't seem to run anymore) + replace badges with GH actions

Fixes #128

* Port CI build to GitHub actions

As travis is not free for opensource project anymore and the appveyor build seems to be down also. Updated node to more current version.

* Disable setup-node cache as package-lock.json is not commited in git

* Upgrade node-mapnik to 4.5 as previous versions do not support node >= 10

* Really build on Windows and include really old Nodejs version only for Ubuntu

* Nodejs 8 is too old for the Universal build of mapnik

* Consider Nodejs 14.x as an old version + add 20.x

Nodejs 14 it is not supported anymore, and 20.x is current LTS

* We don't care about Windows, try on MacOs though

* Remove travis build (doesn't seem to run anymore) + replace badges with GH actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade node-mapnik and use a less restrictive version pinning (and release a new version)
1 participant