[Pkg-running-devel] [antpm] 21/48: travis-ci: fix descriptor

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 0c712430663a5eadb8533806d4beccf90f36593a
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Wed Mar 26 14:11:58 2014 +0100

    travis-ci: fix descriptor
    
    - fix email synthax
    - remove old branch
    - enable parallel builds
    - enable parallel test running
    - enable debug builds too
---
 .travis.yml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 31d6d51..c7948b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,16 +4,19 @@ compiler:
   - clang
   - gcc
 notifications:
-  recipients:
-    - tade60 at freemail.hu
   email:
-    on_success: change
+    recipients:
+      - tade60 at freemail.hu
+    on_success: always
     on_failure: always
 branches:
   only:
     - master
-    - gant-integration
 before_install: sudo apt-get update && uname -a
 install: sudo apt-get install libboost-dev libboost-date-time-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev	libboost-program-options-dev libboost-test-dev libusb-dev libxml2-dev valgrind
 before_script: mkdir cmake-build
-script: cd cmake-build && cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make && make test
+script:
+  - cd cmake-build && cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
+  - cd cmake-build && make clean
+  - cd cmake-build && cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
+  - cd cmake-build && make clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list