fn: circleci and makefile adjustments (#625)

* fn: circleci and makefile adjustments

*) Moved more tasks into Makefile to allow for
parallelism and dependency checks.
*) Added cpu count in circleci make invocations
for parallelism

* fn: typo sqlite => sqlite3

* fn: removed unnecessary make pull & install
This commit is contained in:
Tolga Ceylan
2017-12-23 08:12:18 -08:00
committed by Reed Allman
parent ae8e87f877
commit d329e0ef5b
5 changed files with 55 additions and 35 deletions

View File

@@ -1,4 +1,5 @@
set -ex
#!/bin/bash
set -exuo pipefail
function host {
case ${DOCKER_LOCATION:-localhost} in