This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git
The following commit(s) were added to refs/heads/master by this push:
new 4477f83 add travis-ci build icon
new 0a13107 Merge pull request #29 from phstudy/patch-1
4477f83 is described below
commit 4477f8337f09f555b3016b55ee4fd48c5172f34f
Author: Yuan-Kuei Hsueh <[email protected]>
AuthorDate: Wed Sep 9 11:13:03 2020 +0800
add travis-ci build icon
The project contains `.travis.yml` which can be integrated with travis-ci
to perform continuous integration.
Could you help to setup the [travis-ci
integration](https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github)?
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3b2fcd9..5009eb1 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ This module currently supports the following sketches:
- KLL float quantiles sketch - for estimating distributions: quantile, rank,
PMF (histogram), CDF
- Frequent strings sketch - capture the heaviest items (strings) by count or
by some other weight
-## How to build and install
+## How to build and install [](https://travis-ci.org/apache/incubator-datasketches-postgresql)
This code is intended to be distributed as a PostgreSQL extension on [PGXN
site](https://pgxn.org/)
@@ -64,8 +64,8 @@ There are two slightly different ways to build this
extension: from a PGXN distr
- make
- sudo make install
-On MacOSX Mojave, if you see a warning like this:<br>
-clang: warning: no such sysroot directory:
‘/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk’
[-Wmissing-sysroot]<br>
+On MacOSX Mojave, if you see a warning like this:
+`clang: warning: no such sysroot directory:
‘/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk’
[-Wmissing-sysroot]`
and the compilation fails because of not being able to find system include
files, this is a known OSX problem. There are known solutions on the Internet.
### Verifying installation with a test database
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]