From acac41c6d5eca35976e54b047e8ece3379aaef62 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 20 Apr 2022 14:52:46 -0700 Subject: [PATCH] CI: add job for complete build --- .github/workflows/selfdrive_tests.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 0c04a0e9e90c06..9128aa6c76ffcc 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -69,6 +69,19 @@ jobs: rm -rf /tmp/scons_cache/* && \ scons -j$(nproc) --cache-populate" + build_extras: + name: build with extras + 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 + run: ${{ env.RUN }} "scons -j$(nproc) --extras" + #build_mac: # name: build macos # runs-on: macos-latest