ponyapi/.drone.yml

13 lines
213 B
YAML

build:
image: xena/nim:0.14.2
commands:
- nimble refresh
- yes | nimble install
- cd client/nim
- sh ./test.sh
deploy:
git_push:
branch: master
remote: git@github.com:Xe/PonyAPI.git