aboutsummaryrefslogtreecommitdiff
path: root/.buildkite
diff options
context:
space:
mode:
authorChristian Segundo2023-09-15 13:55:15 +0200
committerChristian Segundo2023-09-15 13:55:38 +0200
commit154cc4e34def359e2d486676a1055ee982b6cfcd (patch)
tree093e3ee47b417346bc2b6387de65f110edcbd4fc /.buildkite
parent29cf5d71c180c0174f1d7e64d4002c91f5452c4b (diff)
downloadnvim-154cc4e34def359e2d486676a1055ee982b6cfcd.tar.gz
switch to buildkite
Diffstat (limited to '.buildkite')
-rw-r--r--.buildkite/pipeline.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
new file mode 100644
index 0000000..313fd75
--- /dev/null
+++ b/.buildkite/pipeline.yml
@@ -0,0 +1,7 @@
+---
+steps:
+ - name: push
+ branches: [master]
+ command: |
+ make docker-push \
+ DOCKER_EXTRA_ARGS="-v ${HOME}/.docker:/root/.docker"