summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-07 20:33:05 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-07 20:33:05 +0300
commitdae6535aac0d48156df123e267fa3eb0b499cc25 (patch)
tree0ab4e008fa1355ad52a4f7fd5b060fcdcce2951b
parentb799db15252008cc696efe13d2b07054bf7e88a9 (diff)
downloadheippa-dae6535aac0d48156df123e267fa3eb0b499cc25.tar.gz
Fix: debug
-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