Commit f4cea8e1 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Switch to container-based infrastructure

parent 46b05e4e
......@@ -3,8 +3,12 @@ language: c
compiler:
- clang
- gcc
addons:
apt:
packages:
- python-docutils
before_install:
- sudo apt-get install python-docutils
- ./autogen.sh
- ./configure
sudo: false
script: 'make -j3 check VERBOSE=1'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment