setup CI skeleton

This commit is contained in:
j3d1 2021-06-19 16:42:38 +02:00
parent ef1767a4d2
commit f7c6692a82
6 changed files with 155 additions and 0 deletions

4
pcb/Makefile Normal file
View file

@ -0,0 +1,4 @@
all:
@mkdir -p gen
@touch gen/foo
@cd gen; zip ../gen.zip *