mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-04 13:05:06 +00:00
Remove CircleCI, as we are using GitHub Workflows now
This commit is contained in:
parent
fdca3c98ab
commit
a645095170
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
version: 2
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: nemtrif/utf8cpp:4.0.0
|
||||
steps:
|
||||
- checkout
|
||||
- run: git submodule update --init --recursive --remote
|
||||
- run: mkdir -p tests/build
|
||||
- run: cd tests/build && cmake ..
|
||||
- run: cd tests/build && cmake --build .
|
||||
- run: cd tests/build && ctest -VV
|
Loading…
Add table
Reference in a new issue