From 746ac01fde1acf2d985684077ebfedfc9625fc3b Mon Sep 17 00:00:00 2001
From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr>
Date: Tue, 18 Jul 2023 09:36:33 +0200
Subject: [PATCH] git: Add '.gitlab-ci.yml' file.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..7c7d3d3f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,22 @@
+stages:
+  - build
+  - test
+  - release
+
+build:
+  stage: build
+  script:
+    - echo "TODO build pamhyr"
+
+test:
+  stage: test
+  script:
+    - echo "TODO PAMHYR tests"
+
+# nightly-package:
+#   stage: release
+#   tags:
+#     - release
+#   script:
+#     - cd packages
+#     - ./linux.sh
-- 
GitLab