add drone ci
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
guangzong 2024-04-02 14:44:01 -04:00
parent 60f3745863
commit 5a7c72ae7b
Signed by: guangzong
GPG Key ID: 095389BACAE97D19

View File

@ -19,9 +19,10 @@ steps:
commands: commands:
- mkdir ~/.ssh - mkdir ~/.ssh
# - ssh-keyscan git.ggeta.com >> ~/.ssh/known_hosts
- echo $ssh_key > ~/.ssh/id_ed25519 - echo $ssh_key > ~/.ssh/id_ed25519
- cat ~/.ssh/id_ed25519
- git clone --depth 1 ssh://gitea@git.ggeta.com:2002/guangzong/stm32-data-generated.git build -q - git clone --depth 1 ssh://gitea@git.ggeta.com:2002/guangzong/stm32-data-generated.git build -q
- ssh-keyscan git.ggeta.com >> ~/.ssh/known_hosts
- rm -rf ./build/data - rm -rf ./build/data
- rm -rf ./build/stm32-metapac - rm -rf ./build/stm32-metapac
- ./d download-all - ./d download-all