From c90e1231b6d9e00d5322a50005d7aa2a6d2863e7 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 16 Jun 2015 23:55:40 -0500
Subject: [PATCH] Add CI config

---
 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..61c4ffeb
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+Python 2.7 AMD CPU:
+  script:
+  - py_version=2.7
+  - cl_dev=amd_a10
+  - EXTRA_INSTALL="numpy"
+  - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
+  - ". ./build-and-test-py-project.sh"
+  tags:
+  - python2.7
+  - amd-cl-a10
+  except:
+  - tags
-- 
GitLab