[Pkg-running-devel] [antpm] 25/48: travis-ci: commands are not run in subshells

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 aafa70d9b6a5e64dc3ba89d215dc2c7967fc2bf3
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Wed Mar 26 14:29:08 2014 +0100

    travis-ci: commands are not run in subshells
---
 .travis.yml | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c7948b1..1b286f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,11 +12,18 @@ notifications:
 branches:
   only:
     - master
-before_install: sudo apt-get update && uname -a
+before_install:
+  - sudo apt-get update
+  - uname -a
+  - free
+  - cat /proc/cpuinfo
+  - g++ -v
+  - clang++ -v
 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 -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
+  - cd cmake-build
+  - cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
+  - make distclean
+  - cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
+  - make distclean

-- 
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