From c3009eb324765b540b7a2a3de5fcebae473278ef Mon Sep 17 00:00:00 2001 From: John Keiser Date: Fri, 6 Mar 2020 12:34:28 -0800 Subject: [PATCH] Run make amalgamate in Drone CI for x64-amalgamated-build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 41f02e85..107e09b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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