Commit Graph

14 Commits

Author SHA1 Message Date
Jin Igarashi 6e932631a0 feat: add CI to build and push docker image to Github package (#1) (#512) 2023-08-04 12:45:49 +01:00
systemed c6ae3cd68f Move Github action to macos-latest 2023-06-10 21:10:49 +01:00
Richard Fairhurst 3a4239f00a Move Github actions to Ubuntu 22.04 (#439) 2022-10-15 12:20:17 +01:00
Wouter van Kleunen 474e8bb852 Rely on provided rapidjson dependency + cmake (#306)
* Rely on packaged rapidjson dependency

* Add rapidjson to cmake

* Add -pthread option to LIB flags variable in Makefile.

* Allow environment setting of CXXFLAGS.

* Avoid git during build

* Github CI build using ubuntu 18.04

Co-authored-by: Felix Delattre <felix@delattre.de>
2021-09-10 14:01:59 +01:00
Wouter van Kleunen 0267290013 Close mmap file before deleting (#267) 2021-08-23 14:59:55 +01:00
Wouter van Kleunen 631864ab5a Parallel loading of osm.pbf file (#243)
* Parallel reading

* Fix win build

* Simplifier correctly init nodes

* Use generator to open input file(s)

* Bit more consistent naming of osm_store files

* Make number of locks in attribute store function of number of threads

* Small optimization, don't use virtual method calls

* Restore nodeListPolygon correct

* Don't drop self intersecting polygons
2021-06-06 13:02:41 +01:00
Richard Fairhurst d400f0b6c8 Merge tile contents (#225) 2021-04-18 14:07:27 +01:00
Wouter van Kleunen ad015fe879 Tilemaker CI for windows, macos and linux with boost 2021-03-20 07:56:28 +00:00
Wouter van Kleunen 264fc51a57 Perform static build of tilemaker 2021-03-07 10:07:23 +00:00
Wouter van Kleunen 0fb2c00589 Allow tilemake to run in compact (32bit) nodeid mode 2021-03-04 08:46:01 +00:00
Wouter van Kleunen f7d985378e CI use boost 1.67 2021-02-22 16:39:42 +00:00
Hsieh Chin Fan b9f682a20a Resume build on default Ubuntu runner 2020-07-07 00:26:12 +08:00
typebrook b78b1f7627 Refactor ci.yml
- Set variable for osm.pbf file from Geofabrik
- Do not hardcode build steps, use Github Action instead
2020-05-27 17:57:50 +08:00
Leonard Ehrenfried 9f11b9ce75 Add Github Actions CI workflow 2020-05-14 13:46:18 +02:00