[DEV] update travis file

This commit is contained in:
Edouard DUPIN 2015-06-17 21:25:57 +02:00
parent 6154d1ff94
commit 164d8fd171
2 changed files with 7 additions and 5 deletions

View File

@ -12,11 +12,11 @@ os:
before_script:
- cd ..
- git clone https://github.com/HeeroYui/etk.git
- git clone https://github.com/HeeroYui/exml.git
- git clone https://github.com/HeeroYui/libagg.git
- git clone https://github.com/HeeroYui/gtest.git
- git clone https://github.com/HeeroYui/libfreetype.git
- git clone https://github.com/atria-soft/etk.git
- git clone https://github.com/atria-soft/exml.git
- git clone https://github.com/atria-soft/libagg.git
- git clone https://github.com/generic-library/gtest-lutin.git --recursive
- git clone https://github.com/generic-library/freetype-lutin.git --recursive
- pwd
- ls -l
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi

View File

@ -3,6 +3,8 @@ esvg
`esvg` is svg image renderer
[![Build Status](https://travis-ci.org/atria-soft/esvg.svg?branch=master)](https://travis-ci.org/atria-soft/esvg)
Instructions
============