Skip to content
Snippets Groups Projects
Commit c2bf3293 authored by armatusmiles's avatar armatusmiles
Browse files

[+] Travis

parent 80f08a3a
No related branches found
No related tags found
No related merge requests found
sudo: required
language: c
compiler: gcc
dist: trusty
notifications:
email: false
before_install:
- git submodule init
- git submodule update --recursive
script:
- export CC=gcc-5
- mkdir build
- cd build
- cmake ../
- make
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- libev-dev
- libmagic-dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment