Run make amalgamate in Drone CI for x64-amalgamated-build

This commit is contained in:
John Keiser 2020-03-06 12:34:28 -08:00
parent 3bdfe167de
commit c3009eb324
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ steps:
image: gcc:8
environment:
SIMDJSON_TEST_AMALGAMATED_HEADERS: 1
commands: [ make, make amalgamate ]
commands: [ make amalgamate, make ]
---
kind: pipeline
name: x64-amalgamated-quicktests