summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 5180b3b07c16a5890119932d1ad509958d6b7c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
#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.c https://wmf2-artifacts.vm.liw.fi/blobs/heippa