summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 321ad2a..94e448b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,12 @@
before_script:
- apt-get update
- apt-get install -y curl
-# - apt-get install -y build-essential
+ - apt-get install -y build-essential
heippa:
script:
-# - gcc -o heippa heippa.c
-# - ./heippa
+ - gcc -o heippa heippa.c
+ - ./heippa
- env
- |
curl -H"Authorization: Bearer $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa.c https://wmf2-artifacts.vm.liw.fi/blobs/heippa