mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Trying to support circleci
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/gcc:8
|
||||
steps:
|
||||
- checkout
|
||||
- run: make
|
||||
- run: make test
|
||||
Reference in New Issue
Block a user