File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ before_install:
6
6
# - sudo apt-get update -qq
7
7
# - sudo apt-get install gnuplot-x11
8
8
after_success : |
9
+ # Push compiled website to gh-pages.
10
+ # See:http://stackoverflow.com/questions/23277391/how-to-publish-to-github-pages-from-travis-ci
9
11
if [ -n "$GITHUB_API_KEY" ]; then
10
12
cd "$TRAVIS_BUILD_DIR"
11
13
make web
@@ -21,6 +23,8 @@ script:
21
23
- gnuplot --version
22
24
- make zip
23
25
deploy :
26
+ # Deploy to GitHub releases whenever a tag is pushed.
27
+ # See: http://stackoverflow.com/questions/12343452/how-to-publish-artifacts-in-travis-ci?lq=1
24
28
provider : releases
25
29
api_key :
26
30
secure : " CXyM+zf35Jp/pBHd6VNq+f28ErfGQqhR3klorayXUx6mnITbJb0L+1kfWF3H9dMQc9sceHo3YPzLGlQp3UGtTWQbYAPqz1KQ5Sus2kTxc4aTeT5mdXaz3nZ8B6gkMC6Okwew6gyU6le35bxrJkc0NuXvKlYl92kYEMAconZLs5PY5ePGI6nr/t4NxfSUP3RKlFyx1+0GK+s3eViiKLR4aNMt774OUeZnzCmUOX617foVWWYN72jgXyPtBHe6IxogrUVkp4DoF0z2pcV/SwrNib56qTNk7YC7QSyhpW8LYlrCSNvVS0L/EvN5lTPmNFxcjouSCxAdp+t8g8j69c8Gnp35iz3Mpjsq/Lmh0WagEvBcpKU1u9cXf3jYBVWC0p7BK0X3A16BHCWbvA0rtoKlJJYKyHTrX3LiEiBc1Psb4jKtwLZkUgvML51JTl/vAEQQ0erN7EXP09xJouwmiB+gvCdBL+EWNV7jmTy9U1WLFWHzC6xeKc+ausXNCDd7xEwqXevJ1YrV/EQWM75TOOGKiEK8a56m/EEOiy8vixk7dkOHHmipe4qn1FiNNOHhrjWEo1O62RSNA6mociaMRJmnmaC4czqBC5TeTLfvjkmysO/7fKYJxndVDcX5652XBKT4aYjTkI9z7JwJ9ORddrmED5nGpmVRnjFUOMDTlU8GlT0="
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/cirosantilli/gnuplot-examples.svg?branch=master )] ( https://travis-ci.org/cirosantilli/gnuplot-examples )
4
4
5
- Minimal explained Gnuplot examples. Compiled outputs: < https ://github. com/cirosantilli/ gnuplot-examples/releases >
5
+ Minimal explained Gnuplot examples. Compiled outputs: < http ://www.cirosantilli. com/gnuplot-examples-gh-pages/ >
6
6
7
7
1 . [ Introduction] ( review.md )
8
8
1 . [ Review] ( review.md )
You can’t perform that action at this time.
0 commit comments