Skip to content

Commit

Permalink
ADD: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Dec 16, 2024
1 parent f556fda commit 5662c58
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build-example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build Example

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
# with:
# submodules: recursive

- name: Set up Toolchain
run: ./scripts/install_mill.sh

- name: Run make verilog
run: make verilog

0 comments on commit 5662c58

Please sign in to comment.