From 2012a588e3dddfde3d3bd4acc5300085b0a15f2e Mon Sep 17 00:00:00 2001 From: Ethan Robert <ethan.rbrt90@gmail.com> Date: Thu, 13 Mar 2025 10:39:59 +0100 Subject: [PATCH] Added Gitlab CI --- .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..4d38ed2 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +stages: + - install + - test + +install: + stage: install + script: + - ./instal-unix.sh + +test: + stage: test + script: + - /opt/grapp/bin/Grapp --version \ No newline at end of file -- GitLab