mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 10:16:01 -04:00
Improving the Layout of the build status.
+ some more comments on building the wrapper as a Library
This commit is contained in:
parent
9f8418d8c1
commit
66ac428732
@ -79,6 +79,8 @@ in a custom shared pointer (See the inner class "Statement::Ptr").
|
|||||||
To use this wrappers, you need to add the 10 SQLiteC++ source files from the src/ directory
|
To use this wrappers, you need to add the 10 SQLiteC++ source files from the src/ directory
|
||||||
in your project code base, and compile/link against the sqlite library.
|
in your project code base, and compile/link against the sqlite library.
|
||||||
|
|
||||||
|
You can also build the wrapper as a library; this is how CMake link the examples.
|
||||||
|
|
||||||
### Building the examples:
|
### Building the examples:
|
||||||
|
|
||||||
A basic Makefile is provided, tested under Linux/Ubuntu 12.10, requiring the sqlite3 static library (sqlite3-dev Debian/Ubuntu package)
|
A basic Makefile is provided, tested under Linux/Ubuntu 12.10, requiring the sqlite3 static library (sqlite3-dev Debian/Ubuntu package)
|
||||||
@ -105,9 +107,11 @@ make test
|
|||||||
|
|
||||||
### Continuous Integration
|
### Continuous Integration
|
||||||
|
|
||||||
|
Current build status: 
|
||||||
|
|
||||||
This project is continuously tested under Ubuntu Linux with the gcc and clang compilers
|
This project is continuously tested under Ubuntu Linux with the gcc and clang compilers
|
||||||
using the Travis CI community service with the above CMake building and testing procedure.
|
using the Travis CI community service with the above CMake building and testing procedure.
|
||||||
Current build status: 
|
|
||||||
Matrix of results can be seen online: https://travis-ci.org/SRombauts/SQLiteCpp
|
Matrix of results can be seen online: https://travis-ci.org/SRombauts/SQLiteCpp
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user