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:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com <spamtrap@nedprod.com>2018-02-02 02:16:21 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com <spamtrap@nedprod.com>2018-02-02 02:16:21 +0300
commitb957b73ca4eca7b484ef3e58e4dc8dbce43bc3ae (patch)
tree7d5ef12ce497893906f2bbe34e6e25b2b38c8963 /.travis.yml
parentbb31a246e0ee748d2379be0159d657c5f7792cbb (diff)
Fixed quite a lot of stuff on OS X, and now the async i/o is working correctly
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 91acc839..a7e6cb28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,8 +121,8 @@ after_success:
curl -T $NEWNAME -u jenkins-nedprod:$JENKINS_NEDPROD_PASSWORD https://dedi4.nedprod.com/static/files/upload/; fi;
fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
- NEWNAME=afio-v2.0-binaries-Darwin-$TRAVIS_COMMIT.tgz;
- mv afio-v2.0-binaries-Darwin.tgz $NEWNAME;
+ NEWNAME=afio-v2.0-binaries-darwin64-$TRAVIS_COMMIT.tgz;
+ mv afio-v2.0-binaries-darwin64.tgz $NEWNAME;
curl -T $NEWNAME -u jenkins-nedprod:$JENKINS_NEDPROD_PASSWORD https://dedi4.nedprod.com/static/files/upload/; fi;
fi