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

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