A few more CI fixes.
This commit is contained in:
parent
0216ea4fe8
commit
089ca49085
@ -44,10 +44,7 @@ if [ "$TRAVIS_BRANCH" = develop -o "$TRAVIS_BRANCH" = doc ]; then
|
||||
cp -a html develop/doc/
|
||||
git add -A develop
|
||||
else
|
||||
mkdir -p doc/
|
||||
cp ../index.html .
|
||||
cp ../doc/index.html doc/
|
||||
git add -A .
|
||||
git add html index.html
|
||||
fi
|
||||
# Commit the new version.
|
||||
git commit -m "Deploy to GitHub Pages: ${SHA}"
|
||||
|
@ -17,4 +17,4 @@ variety of images with performance similar to hand-writing for a specific image
|
||||
Branch | Travis (gcc/clang) | AppVeyor (VS2017) | CircleCI (gcc/clang) | Regression
|
||||
------------|--------------------|-------------------|----------------------|-----------
|
||||
**develop** | [](https://travis-ci.org/boostorg/gil) | [](https://ci.appveyor.com/project/stefanseefeld/gil/branch/develop) | [](https://circleci.com/gh/boostorg/workflows/gil/tree/develop) | [](http://www.boost.org/development/tests/develop/developer/gil.html)
|
||||
**master** | [](https://travis-ci.org/boostorg/gil) | [](https://ci.appveyor.com/project/stefanseefeld/gil/branch/master) | - | [](http://www.boost.org/development/tests/master/developer/gil.html)
|
||||
**master** | [](https://travis-ci.org/boostorg/gil) | [](https://ci.appveyor.com/project/stefanseefeld/gil/branch/master) | [](https://circleci.com/gh/boostorg/workflows/gil/tree/master) | [](http://www.boost.org/development/tests/master/developer/gil.html)
|
||||
|
Loading…
Reference in New Issue
Block a user