[DEV] test drone

This commit is contained in:
Edouard DUPIN 2018-07-18 23:01:28 +02:00
parent fa0828fc30
commit 33604590c6

25
.drone.yml Normal file
View File

@ -0,0 +1,25 @@
pipeline:
build-archlinux:
image: heeroyui/droneio-runner/archlinux:latest
group: build
commands:
- ls -l
- pwd
- uname -a
- pip install --user lutin
- pip install --user island
- export PATH=$PATH:~/.local/bin/
- lutin --help
pipeline:
build-ubuntu:
image: heeroyui/droneio-runner/ubuntu:latest
group: build
commands:
- ls -l
- pwd
- uname -a
- pip install --user lutin
- pip install --user island
- export PATH=$PATH:/root/.local/bin/
- lutin -H