From 4386c6ab0d4b98588ee520f0cf0c0349643ca90c Mon Sep 17 00:00:00 2001
From: Millian Poquet <millian.poquet@irit.fr>
Date: Sun, 23 Oct 2022 16:02:43 +0200
Subject: [PATCH] initial gitlab ci config

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..929cc66
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+image: oarteam/batsim_ci:latest
+
+stages:
+  - big_stage
+
+figures:
+  stage: big_stage
+  script:
+    - nix-shell -A shell --command "ninja"
+  artifacts:
+    when: always
+    paths:
+      - ./pipe-usage-example.pdf
-- 
GitLab