[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lxc-devel
Subject:    [lxc-devel] [lxc/master] travis: test VPATH builds
From:       GreatFruitOmsk on Github <lxc-bot () linuxcontainers ! org>
Date:       2016-05-27 12:51:48
Message-ID: 20160527125148.DFB6533790 () mailman01 ! srv ! dcmtl ! stgraber ! net
[Download RAW message or body]

[Attachment #2 (text/x-mailbox)]

The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1032

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
It looks like VPATH (split source and build directories) builds
are frequently broken. So let's test them on travis-ci.

Personally I use VPATH build in my deployment scripts.

Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>

[Attachment #3 (text/plain)]

From 16993891937a1b9fad92619be817db74560fb556 Mon Sep 17 00:00:00 2001
From: Aleksandr Mezin <mezin.alexander@gmail.com>
Date: Fri, 27 May 2016 18:47:23 +0600
Subject: [PATCH] travis: test VPATH builds

It looks like VPATH (split source and build directories) builds
are frequently broken. So let's test them on travis-ci.

Personally I use VPATH build in my deployment scripts.

Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
---
 .travis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 974130d..846e0fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,12 @@ before_install:
  - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
  - sudo apt-get update -qq
  - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev \
                docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev \
                libcgmanager-dev
-script: ./autogen.sh && ./configure --enable-tests && make -j4
+script:
+ - ./autogen.sh
+ - mkdir build
+ - cd build
+ - ./configure --enable-tests ..
+ - make -j4
 notifications:
   email:
     recipients:


[Attachment #4 (text/plain)]

_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic