summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 2c2b708bf3d53dcc44b87272f65311b3e2073834 (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/blobs/heippa