aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/utfcpp/.circleci/config.yml
blob: b2cbdaf99321eed81bb071e8705751efe618b4a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2

jobs:
  build:
    docker:
      - image: nemtrif/utf8cpp:3.0.1
    steps:
      - checkout
      - run: git submodule update --init --recursive --remote
      - run: mkdir build
      - run: cd build && cmake ..
      - run: cd build && cmake --build .
      - run: cd build && ctest -VV