mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 08:23:53 +08:00
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:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user