summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a3e20f38998c15e0e0b7391dc49d5fb17b6f2a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
    - env
    - |
        curl -H"Authorization: Bearer $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa https://wmf2-artifacts.vm.liw.fi/blobs/heippa