Skip to content

Commit

Permalink
Merge branch 'master' of github.com:radiolok/dekatronpc
Browse files Browse the repository at this point in the history
  • Loading branch information
radiolok committed Oct 28, 2024
2 parents ea22df4 + 2dfc14d commit 542cb5e
Show file tree
Hide file tree
Showing 42 changed files with 22,915 additions and 184 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

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

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vhdl/uart"]
path = vhdl/uart
url = git@github.com:radiolok/SystemVerilog_UART.git
2 changes: 2 additions & 0 deletions sch/logic/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
logic-backups/*
*autosave*
Loading

0 comments on commit 542cb5e

Please sign in to comment.