Removed .travis.yml and added badge for Snap CI.

This commit is contained in:
Nathan Osman
2015-03-25 17:39:57 -07:00
parent 6d7e462aa8
commit 909121f0f9
2 changed files with 2 additions and 24 deletions

View File

@@ -1,22 +0,0 @@
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-add-repository -y ppa:kalakris/cmake
- sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
install:
- sudo apt-get install -qq cmake
- sudo apt-get install -qq qtbase5-dev
before_script:
- mkdir build
- cd build
- cmake -DBUILD_TESTS=ON ..
script:
- make && ctest

View File

@@ -1,13 +1,13 @@
## QHTTPEngine
[![Build Status](https://travis-ci.org/nitroshare/qhttpengine.svg)](https://travis-ci.org/nitroshare/qhttpengine)
[![Build Status](https://snap-ci.com/nitroshare/qhttpengine/branch/master/build_image)](https://snap-ci.com/nitroshare/qhttpengine/branch/master)
[![](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://opensource.org/licenses/MIT)
Simple and secure HTTP server for Qt applications.
### Build Requirements
QHttpEngine requires a modern C++ compiler. You will also need Qt 5.1+ in order to build the library.
QHttpEngine requires a modern C++ compiler. You will also need Qt 5.x in order to build the library.
### Build Instructions