mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 20:43:53 +08:00
CI: add job for complete build (#24283)
* CI: add job for complete build * add --test
This commit is contained in:
13
.github/workflows/selfdrive_tests.yaml
vendored
13
.github/workflows/selfdrive_tests.yaml
vendored
@@ -69,6 +69,19 @@ jobs:
|
||||
rm -rf /tmp/scons_cache/* && \
|
||||
scons -j$(nproc) --cache-populate"
|
||||
|
||||
build_all:
|
||||
name: build all
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 50
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Build Docker image
|
||||
run: eval "$BUILD"
|
||||
- name: Build openpilot with all flags
|
||||
run: ${{ env.RUN }} "scons -j$(nproc) --extras --test"
|
||||
|
||||
#build_mac:
|
||||
# name: build macos
|
||||
# runs-on: macos-latest
|
||||
|
||||
Reference in New Issue
Block a user