parent
364c65e7fc
commit
f4bd99ce10
7 changed files with 59 additions and 7 deletions
@ -0,0 +1,13 @@ |
||||
sudo: required |
||||
|
||||
services: |
||||
- docker |
||||
|
||||
install: |
||||
- docker build -t tmppilot -f Dockerfile.openpilot . |
||||
|
||||
script: |
||||
- docker run --rm |
||||
-v "$(pwd)"/selfdrive/test/plant/out:/tmp/openpilot/selfdrive/test/plant/out |
||||
tmppilot /bin/sh -c 'cd /tmp/openpilot/selfdrive/test/plant && ./runtest.sh' |
||||
|
@ -1 +1 @@ |
||||
const char *openpilot_version = "0.2.2"; |
||||
const char *openpilot_version = "0.2.3"; |
||||
|
@ -1,3 +1,3 @@ |
||||
version https://git-lfs.github.com/spec/v1 |
||||
oid sha256:96a2348cd55441552836cf5f196e535f5ec61c27879c548fb8bcb9b688079b9b |
||||
oid sha256:fa55f398631e8831c45a93e32e00909d2464c80a263fdede974fcf030e5085cc |
||||
size 14723648 |
||||
|
Loading…
Reference in new issue