mirror of https://github.com/commaai/cereal.git
test build
This commit is contained in:
parent
6f7102581f
commit
970b201901
|
@ -10,7 +10,7 @@ env:
|
|||
BUILD: |
|
||||
docker pull $(grep -ioP '(?<=^from)\s+\S+' Dockerfile) || true
|
||||
docker pull $DOCKER_REGISTRY/cereal:latest || true
|
||||
docker build --cache-from $DOCKER_REGISTRY/cereal:latest -t cereal -f Dockerfile .
|
||||
docker build --no-cache -t cereal -f Dockerfile .
|
||||
PYTHONWARNINGS: error
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue