simdjson/.drone.yml

11 lines
133 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: gcc:8
commands:
- make -j2
- make quiettest -j2
- make amalgamate