CI performance (#690)

More CI performance increase

* Runs all builds in parallel
* Avoids using the extra docker container in CI
This commit is contained in:
Ben V. Brown
2020-09-06 13:28:24 +10:00
committed by GitHub
parent 04b4f2a3ed
commit f5bc1e15b5
4 changed files with 65 additions and 13 deletions

View File

@@ -6,7 +6,6 @@ WORKDIR /build
# Install any needed packages specified in requirements.txt
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
make \
bzip2 \