test ci 4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
santic-zombie
2023-01-15 16:20:30 +03:00
parent ec096b8b05
commit 3cb4c5939b

View File

@@ -22,9 +22,8 @@ steps:
commands:
- 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 ../
- mkdir ~/tox_bot
- cp echo_bot ~/tox_bot
- cp {bot.cfg,masterkeys.txt} ~/tox_bot
- cp ../{bot.cfg,masterkeys.txt} ~/tox_bot
- ls -lta ~/
- sleep 15