Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: /
Date: Thu, 30 Mar 2017 17:09:22
Message-Id: 1490886046.8cb5f0c4bc80f413594e10ca271343e44dc5888a.perfinion@gentoo
1 commit: 8cb5f0c4bc80f413594e10ca271343e44dc5888a
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Thu Mar 30 15:00:46 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 30 15:00:46 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=8cb5f0c4
7
8 travis: move make install after building
9
10 .travis.yml | 16 +++++++++-------
11 1 file changed, 9 insertions(+), 7 deletions(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index d4330257..a420597e 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -102,13 +102,6 @@ install:
18
19 # Drop build.conf settings to listen to env vars
20 - sed -r -i -e '/(DIRECT_INITRC|MONOLITHIC|TYPE|DISTRO|SYSTEMD|WERROR)/d' build.conf
21 - - make xml
22 - - make html
23 - - make DESTDIR=${HOME}/tmp install
24 - - make DESTDIR=${HOME}/tmp install-headers
25 - - make DESTDIR=${HOME}/tmp install-src
26 - - make DESTDIR=${HOME}/tmp install-docs
27 - - make DESTDIR=${HOME}/tmp install-appconfig
28
29 script:
30 - echo $TYPE $DISTRO $DIRECT_INITRC $MONOLITHIC $SYSTEMD $WERROR
31 @@ -118,6 +111,15 @@ script:
32 - make
33 - make validate
34
35 + - make xml
36 + - make html
37 +
38 + - make DESTDIR=${HOME}/tmp install
39 + - make DESTDIR=${HOME}/tmp install-headers
40 + - make DESTDIR=${HOME}/tmp install-src
41 + - make DESTDIR=${HOME}/tmp install-docs
42 + - make DESTDIR=${HOME}/tmp install-appconfig
43 +
44 branches:
45 only:
46 - /^travis-.*/