mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
Try again
This commit is contained in:
parent
ec7b4b74b4
commit
78a510ca54
1 changed files with 11 additions and 10 deletions
21
.github/workflows/test-build.yml
vendored
21
.github/workflows/test-build.yml
vendored
|
@ -30,16 +30,6 @@ jobs:
|
||||||
# only run on push *or* pull_request, not both
|
# only run on push *or* pull_request, not both
|
||||||
concurrent_skipping: 'same_content_newer'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
install_dept:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Install dependencies
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
sudo apt-get -y update
|
|
||||||
sudo apt-get -y install libdwarf-dev libelf-dev elfutils libdw-dev \
|
|
||||||
libnsl-dev
|
|
||||||
|
|
||||||
build-yosys:
|
build-yosys:
|
||||||
name: Reusable build
|
name: Reusable build
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
@ -61,6 +51,17 @@ jobs:
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/setup-build-env
|
uses: ./.github/actions/setup-build-env
|
||||||
|
|
||||||
|
- name: Setup Mac
|
||||||
|
if: matrix.os == 'macos-latest'
|
||||||
|
run: brew install
|
||||||
|
|
||||||
|
- name: Setup Linux
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
run: |
|
||||||
|
sudo apt-get -y update
|
||||||
|
sudo apt-get -y install libdwarf-dev libelf-dev elfutils libdw-dev \
|
||||||
|
libnsl-dev
|
||||||
|
|
||||||
- name: Build Verific
|
- name: Build Verific
|
||||||
run: cd verific/tclmain && make -j$procs
|
run: cd verific/tclmain && make -j$procs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue