Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--Readme.md5
-rw-r--r--appveyor.yml5
-rw-r--r--release_notes.md3
4 files changed, 11 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 13ab1a7d..cfaa37e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ os:
- linux
branches:
only:
- - master
+ - develop
notifications:
email:
recipients:
diff --git a/Readme.md b/Readme.md
index d125dbb7..f5e22c3d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,7 +2,10 @@ This is the post-peer-review AFIO v2 rewrite. You can view its documentation at
<b>master branch test status</b> Linux: [![Build Status](https://travis-ci.org/ned14/afio.svg?branch=master)](https://travis-ci.org/ned14/afio) Windows: [![Build status](https://ci.appveyor.com/api/projects/status/ox59o2r276xbmef7/branch/master?svg=true)](https://ci.appveyor.com/project/ned14/afio/branch/master) <b>CMake dashboard</b>: http://my.cdash.org/index.php?project=Boost.AFIO
-Tarballs of source and prebuilt binaries for Linux x64 and Windows x64: http://my.cdash.org/index.php?project=Boost.AFIO (click on the little package icon to the right of the Build Name, obviously choose one passing all tests)
+Tarballs of source and prebuilt binaries for Linux x64 and Windows x64:
+- https://dedi4.nedprod.com/static/files/afio-v2.0-source-latest.tar.xz
+- https://dedi4.nedprod.com/static/files/afio-v2.0-binaries-linux64-latest.tgz
+- https://dedi4.nedprod.com/static/files/afio-v2.0-binaries-win64-latest.zip
### Immediate todos in order of priority:
diff --git a/appveyor.yml b/appveyor.yml
index 19f3e04a..7a5bfa6a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,6 +5,7 @@ version: 2.00.{build}-{branch}
branches:
# blacklist
except:
+ - master
- gh-pages
skip_tags: true
@@ -31,10 +32,10 @@ test_script:
after_test:
on_success:
-on_failure:
-on_finish:
# - set "NEWNAME=afio-v2.0-binaries-win64-%date:~10,4%%date:~4,2%%date:~7,2%%time:~0,2%%time:~3,2%.zip"
- set "NEWNAME=afio-v2.0-binaries-win64-%APPVEYOR_REPO_COMMIT%.zip"
- rename afio-v2.0-binaries-win64.zip %NEWNAME%
- curl -T %NEWNAME% -u jenkins-nedprod:%JENKINS_NEDPROD_PASSWORD% https://dedi4.nedprod.com/static/files/upload/
+on_failure:
+on_finish:
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path prebuilt\merged_junit_results.xml))
diff --git a/release_notes.md b/release_notes.md
index 71319b31..c3ce4fe6 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -4,6 +4,9 @@
<td align="center"> <a href="http://my.cdash.org/index.php?project=Boost.AFIO">CTest summary</a><br><a href="http://my.cdash.org/index.php?project=Boost.AFIO">dashboard</a> </td>
<td align="center"> <a href="https://travis-ci.org/ned14/afio">Linux and MacOS CI:</a><img src="https://travis-ci.org/ned14/afio.svg?branch=master"/> </td>
<td align="center"> <a href="https://ci.appveyor.com/project/ned14/afio/branch/master">Windows CI:</a><img src="https://ci.appveyor.com/api/projects/status/680b1pt9srnoprs3/branch/master?svg=true"/> </td>
+<td align="center> <a href="https://dedi4.nedprod.com/static/files/afio-v2.0-source-latest.tar.xz">Latest stable sources</a> </td>
+<td align="center> <a href="https://dedi4.nedprod.com/static/files/afio-v2.0-binaries-linux64-latest.tgz">Latest stable Linux x64</a> </td>
+<td align="center> <a href="https://dedi4.nedprod.com/static/files/afio-v2.0-binaries-win64-latest.zip">Latest stable VS2017 x64</a> </td>
</tr>
</table></center>