From 38876c51a8be7db9765e12df60e0e6c99bceabc8 Mon Sep 17 00:00:00 2001
From: M33 <327-m33@git.qoto.org>
Date: Sat, 17 Apr 2021 17:52:42 +0000
Subject: [PATCH] Add new file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..af88ad1
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,19 @@
+image: debian:testing
+
+stages:
+  - test
+
+.tags: &tags
+  tags:
+    - general
+
+before_script:
+  - apt-get -y update
+  - apt-get -y install nim
+
+build_bin:
+    tags:
+        - general
+    stage: test
+    script:
+        - nimble test
-- 
GitLab