Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2016-11-29 21:50:22 +0300
committerAhmad Sherif <me@ahmadsherif.com>2016-11-29 21:50:24 +0300
commit282f1680e7613948089bdb625d47358a989b163a (patch)
tree47d2106dd45b2a3eb39dc5ed485066351ed258c7
parentb39606284eedb633a4c968885f0ead9c65cabf6e (diff)
Add .gitlab-ci.yml
Related to #4
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000000000..151aaea21
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,5 @@
+image: golang:1.7
+
+test:
+ script:
+ - make test