summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 08317382be79ece91e2c912f2e8c38c86235bd3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
before_script:
  - apt-get update
  - apt-get install -y curl
  - apt-get install -y build-essential

heippa:
  script:
    - gcc -o heippa heippa.c
    - ./heippa
    - env
    - |
        set -x
        curl -v -H"Authorization: Bearer $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa https://wmf2-artifacts.vm.liw.fi/blobs/heippa