Skip to content

modified: sub/common #9

modified: sub/common

modified: sub/common #9

Workflow file for this run

name: Vivado_CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
Vivado_CI:
runs-on: [make, vivado]
steps:
- uses: actions/checkout@v4
- name: Simulate
shell: bash
run: |
git submodule update --init --recursive --depth 1
make CI
- name: Fail if Simulation Contains Fails
shell: bash
run: |
[[ -s ___CI_ERROR ]] && exit 1 || exit 0