Amalgamate before running amalgamated tests

This commit is contained in:
John Keiser
2020-03-05 11:17:30 -08:00
parent 9a7c8fb5be
commit ebbfdcd35a
+2 -2
View File
@@ -124,7 +124,7 @@ steps:
image: gcc:8
environment:
SIMDJSON_TEST_AMALGAMATED_HEADERS: 1
commands: [ make quicktests ]
commands: [ make amalgamate, make quicktests ]
---
kind: pipeline
name: x64-amalgamated-slowtests
@@ -138,7 +138,7 @@ steps:
image: gcc:8
environment:
SIMDJSON_TEST_AMALGAMATED_HEADERS: 1
commands: [ make slowtests ]
commands: [ make amalgamate, make slowtests ]
---
kind: pipeline
name: stylecheck