CI: add job for complete build (#24283)

* CI: add job for complete build

* add --test
pull/24289/head
Adeeb Shihadeh 3 years ago committed by GitHub
parent b8b15d5cf1
commit 462a1079a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/selfdrive_tests.yaml

@ -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

Loading…
Cancel
Save