Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik authored Feb 21, 2025
1 parent 19e6989 commit 638f3c2
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
name: Verilator Simulation

on:
push:
branches: [master]
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build-container:
run-container:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v1
- name: Build the docker image
uses: docker/build-push-action@v2
uses: actions/checkout@v2
- name: Run Docker container
uses: addnab/docker-run-action@v3
with:
image: r0d0s/fpga_tools:v1.1
run: |
git clone https://github.com/RDSik/si5340-config-loader.git
si5340-config-loader
make

0 comments on commit 638f3c2

Please sign in to comment.