Skip to content

Commit

Permalink
CI: add job for complete build
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Apr 21, 2022
1 parent b8b15d5 commit acac41c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acac41c

Please sign in to comment.