before_script: - echo hello from before script - apt install -y build-essential heippa: script: - gcc -o heippa heippa.c - ./heippa