browser/external/utfcpp-3.2.5/.circleci/config.yml

14 lines
301 B
YAML
Raw Permalink Normal View History

2023-09-29 00:30:43 -04:00
version: 2
jobs:
build:
docker:
- image: nemtrif/utf8cpp:3.1.3
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