DEV Community

Hidenori FUJIMURA
Hidenori FUJIMURA

Posted on

2 1

How to install tippecanoe in CircleCI

halsk is running tippecanoe in CircleCI. This is how he installed tippecanoe.

    steps:
      - checkout
      - run:
          name: install dependencies
          command: |
            git clone https://github.com/mapbox/tippecanoe.git
            cd tippecanoe
            make -j
            sudo make install
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay