Skip to content

Merge branch 'master' of https://github.com/RDSik/verilog-transceiver #105

Merge branch 'master' of https://github.com/RDSik/verilog-transceiver

Merge branch 'master' of https://github.com/RDSik/verilog-transceiver #105

Workflow file for this run

name: Icarus Simulation
on:
push:
branches: [master]
jobs:
build-container:
runs-on: ubuntu-latest
defaults:
run:
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
# run: docker build . --file Dockerfile --tag icarus-simulation:$(date +%s)
# - name: Make the script file executable
# run: chmod +x ./.github/workflows/iverilog_run.sh
# - name: Run icarus
# run: ./.github/workflows/iverilog_run.sh
# shell: bash