changeset 1269:d3e1548ca08e

remove deploy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jan 2015 17:50:28 +0100
parents bdf0edee5fe9
children cf5bd2dc3b7a
files .travis.yml
diffstat 1 files changed, 18 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Thu Jan 08 17:03:58 2015 +0100
+++ b/.travis.yml	Thu Jan 08 17:50:28 2015 +0100
@@ -2,14 +2,14 @@
 
 env:
   - TRAVIS_MINGW=OFF
-#  - TRAVIS_MINGW=ON
+  - TRAVIS_MINGW=ON
 
 compiler:
   - gcc
-#  - clang
+  - clang
 
 os:
-#  - osx
+  - osx
   - linux
 
 osx_image: xcode61
@@ -50,23 +50,19 @@
     -DCMAKE_BUILD_TYPE=Debug -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON
     ..; fi
 
-#script: make && if [ $TRAVIS_MINGW == OFF ]; then ./UnitTests; fi
-
-script: cp ../README Orthanc
-
-
-before_deploy: git fetch --tags
+script: make && if [ $TRAVIS_MINGW == OFF ]; then ./UnitTests; fi
 
-deploy:
-  provider: releases
-  api_key:
-    secure: WU+niKLAKMoJHST5EK23BayK4qXSrXELKlJYc8wRjMO4ay1KSgvzlY2UGKeW1EPClBfZZ0Uh5VKF8l34exsfirFuwCX2qceozduZproUszZ4Z88X8wt8Ctu8tBuuKLZYFc9iNH4zw+QZyRuPyXK9iWpS0L9O20pqy5upTsagM3o=
-  file_glob: true
-  file:
-    - 'Build/Orthanc'
-    - 'Build/UnitTests'
-    - 'BuildMinGW32/Orthanc.exe'
-    - 'BuildMinGW32/UnitTests.exe'
-  skip_cleanup: true
-  on:
-    all_branches: true
+#script: cp ../README Orthanc
+#deploy:
+#  provider: releases
+#  api_key:
+#    secure: WU+niKLAKMoJHST5EK23BayK4qXSrXELKlJYc8wRjMO4ay1KSgvzlY2UGKeW1EPClBfZZ0Uh5VKF8l34exsfirFuwCX2qceozduZproUszZ4Z88X8wt8Ctu8tBuuKLZYFc9iNH4zw+QZyRuPyXK9iWpS0L9O20pqy5upTsagM3o=
+#  file_glob: true
+#  file:
+#    - 'Build/Orthanc'
+#    - 'Build/UnitTests'
+#    - 'BuildMinGW32/Orthanc.exe'
+#    - 'BuildMinGW32/UnitTests.exe'
+#  skip_cleanup: true
+#  on:
+#    all_branches: true