Build release2 and dashcam in CI (#1834)

* start building release2 in CI

* build script

* bring over changes from test branch

* fix build release test

* remove references to test branches

* ucnomment push

* fix duplicate remove

* two commits for dashcam

* need the key
This commit is contained in:
Adeeb Shihadeh
2020-07-07 14:17:09 -07:00
committed by GitHub
parent 37d6edf4df
commit c715661656
7 changed files with 98 additions and 52 deletions

View File

@@ -39,7 +39,7 @@ jobs:
# need these so docker copy won't fail
cp Pipfile Pipfile.lock .pylintrc .coveragerc-app .pre-commit-config.yaml $TEST_DIR
cd $TEST_DIR
mkdir laika laika_repo tools release
mkdir laika laika_repo tools
- name: Build Docker image
run: cd $TEST_DIR && eval "$BUILD"
- name: Build openpilot and run quick check