5 Commits

Author SHA1 Message Date
316f095c55 Update .gitea/workflows/build.yaml
Some checks failed
C Release thumbv7em-none-eabihf / Build-Release (push) Failing after 19s
2024-12-06 00:19:02 +00:00
6f40370a94 Update .gitmodules
Some checks failed
C Release thumbv7em-none-eabihf / Build-Release (push) Failing after 13s
fixed ;
2024-12-06 00:11:14 +00:00
d8551c58b7 Update .gitmodules
Some checks failed
C Release thumbv7em-none-eabihf / Build-Release (push) Failing after 12s
now using https for all submodules
2024-12-06 00:10:14 +00:00
decb22747c Update .gitea/workflows/build.yaml
Some checks failed
C Release thumbv7em-none-eabihf / Build-Release (push) Failing after 1m8s
2024-12-06 00:04:40 +00:00
3b10f5ffe6 Update .gitea/workflows/build.yaml
Some checks failed
C Release thumbv7em-none-eabihf / Build-Release (push) Failing after 1s
2024-12-05 03:17:07 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
token: ${{ secrets.TOKEN }}
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0

8
.gitmodules vendored
View File

@@ -9,19 +9,19 @@
url = https://github.com/ThrowTheSwitch/Unity url = https://github.com/ThrowTheSwitch/Unity
[submodule "Application/CLS"] [submodule "Application/CLS"]
path = Application/CLS path = Application/CLS
url = git@git.lan:oliver/libCLS.git url = https://git.revwal.de/oliver/libCLS.git
[submodule "lib/ulog"] [submodule "lib/ulog"]
path = lib/ulog path = lib/ulog
url = https://github.com/rdpoor/ulog.git url = https://github.com/rdpoor/ulog.git
[submodule "lib/ee24"] [submodule "lib/ee24"]
path = lib/ee24 path = lib/ee24
url = git@git.lan:oliver/ee24.git url = https://git.revwal.de/oliver/ee24.git
[submodule "proto"] [submodule "proto"]
path = proto path = proto
url = git@git.lan:oliver/cls-proto.git url = https://git.revwal.de/oliver/cls-proto.git
[submodule "lib/TinyFrame"] [submodule "lib/TinyFrame"]
path = lib/TinyFrame path = lib/TinyFrame
url = https://github.com/MightyPork/TinyFrame.git url = https://github.com/MightyPork/TinyFrame.git
[submodule "Application/MLZR_Comm"] [submodule "Application/MLZR_Comm"]
path = Application/MLZR_Comm path = Application/MLZR_Comm
url = git@git.lan:ODDIY/MLZR_Comm.git url = https://git.revwal.de/ODDIY/MLZR_Comm.git