mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-06 05:55:08 +00:00
Set up CircleCI
This commit is contained in:
parent
0b45681b60
commit
e6da1a36aa
1 changed files with 13 additions and 0 deletions
13
.circleci/config.yml
Normal file
13
.circleci/config.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
version: 2
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: nemtrif/utf8cpp:3.0
|
||||
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
|
Loading…
Add table
Reference in a new issue