New steps

master
santic-zombie 1 year ago
parent 3007e14f0d
commit 3491a7fd9a
  1. 15
      .drone.yml

@ -17,9 +17,14 @@ steps:
- hostname
- ls
# - name: build
# 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 ../
- name: build
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 ../
- name: deploy
commands:
- mkdir ~/tox_bot
- cp echo_bot ~/tox_bot
- cp ../{bot.cfg,masterkeys.txt} ~/tox_bot

Loading…
Cancel
Save