From b38d5f6ab7578cf5c9d6c6289399c642f61ebce1 Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Fri, 21 Feb 2025 10:21:36 +0100
Subject: [PATCH] added a ci job to make standalone cmake files available

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41e3a70..4624bb6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,3 +71,12 @@ pages:
     - docker
   only:
     - master@pycodegen/pystencils-sfg
+
+cmake-standalone:
+  stage: deploy
+  needs: []
+  script:
+    - echo "Publishing Cmake standalone
+  artifacts:
+    paths:
+      - standalone
-- 
GitLab