Skip to content
Snippets Groups Projects
Commit 13a0115b authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Removed travis-ci configuration file.

parent c8993146
No related branches found
No related tags found
No related merge requests found
language: cpp
compiler: gcc
dist: trusty
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
- sudo apt-get install g++-6 -y
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
addons:
apt:
packages:
- libboost-graph-dev
- libboost-filesystem-dev
- doxygen
- texlive
- texlive-formats-extra
- texlive-fonts-extra
- lmodern
- latex2html
branches:
only:
- master
git:
depth: false
script:
- autoreconf -si
- ./configure
- make -j
- make pdf -j
- make html
......@@ -5,8 +5,6 @@
</a>
</div>
[![Build Status](https://travis-ci.org/DynareTeam/dynare-preprocessor.svg?branch=master)](https://travis-ci.org/DynareTeam/dynare-preprocessor)
# Dynare Preprocessor
The Dynare Preprocessor defines the Dynare model language. It takes in a `.mod`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment