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

heippa:
  script:
    - gcc -o heippa heippa.c
    - ./heippa