New steps

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

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

Loading…
Cancel
Save