summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-03-18 14:34:47 -0600
committermo <mo.khan@gmail.com>2018-03-18 14:34:47 -0600
commit7f81792fbc1bb2bddd19dd016515cbbca6fc268c (patch)
treec1e84edd88acbfabc989185c9b931c474a05c776
parentb84540a3157e4434b18e2208a87d034d7cd54476 (diff)
add gitlab ci config.
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..c2cd679
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+image: ruby:2.2
+
+before_script:
+ - apt-get update && apt-get install -y locales
+ - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
+ - locale-gen
+ - export LC_ALL=en_US.UTF-8
+
+test:
+ script:
+ - bin/cibuild