This commit is contained in:
@@ -23,9 +23,6 @@ steps:
|
|||||||
- cd src/
|
- cd src/
|
||||||
- gcc -o echo_bot tox_bot.c commands.c misc.c -std=gnu99 -lsodium -I /usr/local/include/ -ltoxcore -lconfig
|
- gcc -o echo_bot tox_bot.c commands.c misc.c -std=gnu99 -lsodium -I /usr/local/include/ -ltoxcore -lconfig
|
||||||
- mv echo_bot ../
|
- mv echo_bot ../
|
||||||
|
|
||||||
- name: deploy
|
|
||||||
commands:
|
|
||||||
- mkdir ~/tox_bot
|
- mkdir ~/tox_bot
|
||||||
- cp echo_bot ~/tox_bot
|
- cp echo_bot ~/tox_bot
|
||||||
- cp {bot.cfg,masterkeys.txt} ~/tox_bot
|
- cp {bot.cfg,masterkeys.txt} ~/tox_bot
|
||||||
|
|||||||
Reference in New Issue
Block a user