summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: cd1e7e7650d779511ba3b59265ca59669c3f876e (plain)
1
2
3
4
5
6
7
8
9
10
11
before_script:
  - echo hello from before script
  - apt-get update
  - apt-get install -y build-essential curl

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