xwim-build/.drone.yml

28 lines
542 B
YAML
Raw Normal View History

2020-02-16 02:03:02 +00:00
kind: pipeline
name: default
steps:
- name: glibc-shared
2020-02-16 02:03:02 +00:00
image: plugins/docker
settings:
dockerfile: glibc-shared/Dockerfile
2020-02-16 02:03:02 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: arminfriedl/xwim-build
tags:
- shared
- name: musl-static
image: plugins/docker
settings:
dockerfile: musl-static/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: arminfriedl/xwim-build
tags:
- static