mirror of https://github.com/YosysHQ/yosys.git
Cleanup of yml files
This commit is contained in:
parent
e5b3e9fc1f
commit
bb7aa7d208
|
|
@ -52,15 +52,6 @@ runs:
|
||||||
packages: graphviz xdot
|
packages: graphviz xdot
|
||||||
version: ${{ inputs.runs-on }}-docsys
|
version: ${{ inputs.runs-on }}-docsys
|
||||||
|
|
||||||
# if updating test dependencies, make sure to update
|
|
||||||
# docs/source/yosys_internals/extending_yosys/test_suites.rst to match.
|
|
||||||
# - name: Linux test dependencies
|
|
||||||
# if: runner.os == 'Linux' && inputs.get-test-deps == 'true'
|
|
||||||
# uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
|
||||||
# with:
|
|
||||||
# packages:
|
|
||||||
# version: ${{ inputs.runs-on }}-testys
|
|
||||||
|
|
||||||
- name: Install macOS Dependencies
|
- name: Install macOS Dependencies
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make -j$procs vanilla-test OBJS= TARGETS= EXTRA_TARGETS= CONFIG=$CC
|
make -j$procs vanilla-test TARGETS= EXTRA_TARGETS= CONFIG=$CC
|
||||||
|
|
||||||
- name: Report errors
|
- name: Report errors
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue