Removed .travis.yml and added badge for Snap CI.
This commit is contained in:
22
.travis.yml
22
.travis.yml
@@ -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
|
||||
@@ -1,13 +1,13 @@
|
||||
## QHTTPEngine
|
||||
|
||||
[](https://travis-ci.org/nitroshare/qhttpengine)
|
||||
[](https://snap-ci.com/nitroshare/qhttpengine/branch/master)
|
||||
[](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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user