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

This commit is contained in:
santic-zombie
2023-01-15 16:18:35 +03:00
parent 877334ca7b
commit ec096b8b05

View File

@@ -23,9 +23,6 @@ steps:
- cd src/
- gcc -o echo_bot tox_bot.c commands.c misc.c -std=gnu99 -lsodium -I /usr/local/include/ -ltoxcore -lconfig
- mv echo_bot ../
- name: deploy
commands:
- mkdir ~/tox_bot
- cp echo_bot ~/tox_bot
- cp {bot.cfg,masterkeys.txt} ~/tox_bot