mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-06 16:23:41 +08:00
2c0cc6103a
old-commit-hash: daf54ad54d6356d35061ea2864d6397dc6184f3f
13 lines
334 B
YAML
13 lines
334 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
install:
|
|
- docker build -t tmppilot -f Dockerfile.openpilot .
|
|
|
|
script:
|
|
- docker run --rm
|
|
-v "$(pwd)"/selfdrive/test/tests/plant/out:/tmp/openpilot/selfdrive/test/tests/plant/out
|
|
tmppilot /bin/sh -c 'cd /tmp/openpilot/selfdrive/test/tests/plant && OPTEST=1 ./test_longitudinal.py'
|