Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik authored Sep 18, 2024
1 parent ed4edfc commit 7bc7b0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ on:
branches: [master]

jobs:

build-container:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Build the Docker Image
uses: actions/checkout@v1
run: docker build . --file Dockerfile --tag icarus-sim:$(date +%s)
run: iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v
run: vvp transceiver

0 comments on commit 7bc7b0c

Please # to comment.