mirror of
https://github.com/commaai/opendbc.git
synced 2026-06-08 06:04:45 +08:00
try no scons (#3194)
* try no scons * lil more * lil more * lazy * fix ty
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -49,7 +49,6 @@ jobs:
|
||||
- name: Run mutation tests
|
||||
run: |
|
||||
source setup.sh
|
||||
scons -j8
|
||||
python opendbc/safety/tests/mutation.py
|
||||
|
||||
car_diff:
|
||||
@@ -61,10 +60,6 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build opendbc
|
||||
run: |
|
||||
source setup.sh
|
||||
scons -j8
|
||||
- name: Test car diff
|
||||
if: github.event_name == 'pull_request'
|
||||
run: source setup.sh && python opendbc/car/tests/car_diff.py | tee diff.txt
|
||||
|
||||
1
.github/workflows/update-cars-docs.yml
vendored
1
.github/workflows/update-cars-docs.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
- name: Generate Car Docs
|
||||
run: |
|
||||
pip install -e .
|
||||
scons -c && scons -j$(nproc)
|
||||
python -m pip install jinja2==3.1.4
|
||||
python opendbc/car/docs.py
|
||||
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842
|
||||
|
||||
Reference in New Issue
Block a user