6 lines
96 B
YAML
6 lines
96 B
YAML
language: c
|
|
compiler: gcc
|
|
script: make
|
|
before_install:
|
|
- sudo apt-get install -qq libmagic-dev
|