stefankarschti / inputosm

A high performance reader of OSM data files.
Other
2 stars 1 forks source link

Test initial version of github actions #12

Open bencsikandrei opened 3 months ago

bencsikandrei commented 3 months ago

Add the build.yaml as per https://docs.github.com/en/actions/quickstart

bencsikandrei commented 3 months ago

so I'll update this, but we may have a bit of a problem since ubuntu latest (on github actions) seems to have gcc 11 :D

bencsikandrei commented 3 months ago

I've tested some of the stuff on my repo, but added the branch here also, so you can maybe experiment @stefankarschti

we'll also have to fix the errors on gcc before being able to use the actions, a lot of warnings turned errors

stefankarschti commented 3 months ago

Thanks @bencsikandrei ! I'll have a look. Maybe installing clang from CI commands is a solution?