mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
Release cleanup (#1649)
* start cleanup
* whitelist submodule release files
* don't need to ship tests
* revert changes to build script
* add those tests back
* fix typo
* whitelist dbcs
* test
* run the right test
* whitelist opendbc/can
* revert that
* add missing dotfiles
* clean up
* ford DBCs
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: c24a7e248a
This commit is contained in:
@@ -28,9 +28,6 @@ jobs:
|
||||
cp -pR --parents $(cat release/files_common) $TEST_DIR
|
||||
cp Dockerfile.openpilot $TEST_DIR
|
||||
|
||||
# copy submodules
|
||||
cp -pR panda/ opendbc/ cereal/ $TEST_DIR
|
||||
|
||||
# need this to build on x86
|
||||
cp -pR --parents phonelibs/libyuv phonelibs/snpe \
|
||||
external/bin selfdrive/modeld/runners $TEST_DIR
|
||||
@@ -41,8 +38,11 @@ jobs:
|
||||
mkdir laika laika_repo tools release
|
||||
- name: Build Docker image
|
||||
run: cd $TEST_DIR && eval "$BUILD"
|
||||
- name: Build openpilot
|
||||
run: $RUN "cd /tmp/openpilot && scons -j$(nproc)"
|
||||
- name: Build openpiot and run quick check
|
||||
run: |
|
||||
$RUN "cd /tmp/openpilot && \
|
||||
scons -j$(nproc) && \
|
||||
$UNIT_TEST selfdrive/car"
|
||||
|
||||
docker_push:
|
||||
name: docker push
|
||||
|
||||
Reference in New Issue
Block a user