summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9318e93
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,7 @@
+before_script:
+ - echo hello from before script
+
+heippa:
+ script:
+ - gcc -o heippa heippa.c
+ - ./heippa