8 lines
126 B
YAML
8 lines
126 B
YAML
language: c
|
|
compiler: gcc
|
|
script: make
|
|
before_install:
|
|
- sudo apt-get install -qq libmagic-dev
|
|
notifications:
|
|
email: false
|