diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8688f78..a36b744 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ image: rules: - !reference [.main_rules, rules] variables: - COMMAND: kibot -e "$SCHEM" -c ../default.kibot.yaml -d "../Fabrication/$DIR" -s + COMMAND: kibot -e "$SCHEM" -c "$CI_PROJECT_DIR/default.kibot.yaml" -d "$CI_PROJECT_DIR/Fabrication/$DIR" -s SUFFIX: "" script: - cd "$DIR" @@ -38,8 +38,6 @@ image: dependencies: [] parallel: matrix: - - DIR: '.' - SCHEM: 'proj.kicad_sch' .tempout: extends: .template diff --git a/test/.gitmodules b/test/.gitmodules new file mode 100644 index 0000000..61e7bf9 --- /dev/null +++ b/test/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/melonlib"] + path = libs/melonlib + url = git@gitlab.com:Micromelon/education/hardware/micromelon-kicadlibs.git diff --git a/test/meta/info.html b/test/meta/info.html new file mode 100644 index 0000000..4fd94d5 --- /dev/null +++ b/test/meta/info.html @@ -0,0 +1,22 @@ + + +
+ +This project template is the basis of an expansion board for the
+Raspberry Pi $25
+ARM board.
This base project includes a PCB edge defined
+as the same size as the Raspberry-Pi PCB with the connectors placed
+correctly to align the two boards. All IO present on the Raspberry-Pi
+board is connected to the project through the 0.1" expansion
+headers.
The board outline looks like the following:
+

+
(c)2012 Brian Sidebotham
(c)2012 KiCad Developers