All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [RFC PATCH v3 0/5] Travis enhancements
@ 2017-12-04 12:25 Petr Vorel
  2017-12-04 12:25 ` [LTP] [RFC PATCH v3 1/5] travis: Add build script and use it in travis Petr Vorel
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Petr Vorel @ 2017-12-04 12:25 UTC (permalink / raw)
  To: ltp

Hi,

see
https://travis-ci.org/pevik-travis/ltp/builds/311256334

Changes v2->v3:
* Changing prefix directory to 'ltp-install'. Previous ltp failed, if
  repository was clonned to the root of home directory.  Reported by Li Wang
  (thanks!).

Petr Vorel (5):
  travis: Add build script and use it in travis
  travis: Drop old compilers, add new ones
  travis: Add 32-bit cross-compile builds
  travis: Add out-of-tree build
  travis: Install all dependencies + add build with minimal dependencies

 .travis.packages_i386   |   9 ++++
 .travis.packages_native |  18 ++++++++
 .travis.yml             |  87 +++++++++++++++++++++++++++-----------
 build.sh                | 110 ++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 200 insertions(+), 24 deletions(-)
 create mode 100644 .travis.packages_i386
 create mode 100644 .travis.packages_native
 create mode 100755 build.sh

-- 
2.15.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-12-06 10:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 12:25 [LTP] [RFC PATCH v3 0/5] Travis enhancements Petr Vorel
2017-12-04 12:25 ` [LTP] [RFC PATCH v3 1/5] travis: Add build script and use it in travis Petr Vorel
2017-12-04 17:15   ` Cyril Hrubis
2017-12-04 20:49     ` Petr Vorel
2017-12-06 10:20       ` Cyril Hrubis
2017-12-05  4:32   ` Li Wang
2017-12-04 12:25 ` [LTP] [RFC PATCH v3 2/5] travis: Drop old compilers, add new ones Petr Vorel
2017-12-04 12:25 ` [LTP] [RFC PATCH v3 3/5] travis: Add 32-bit cross-compile builds Petr Vorel
2017-12-04 12:25 ` [LTP] [RFC PATCH v3 4/5] travis: Add out-of-tree build Petr Vorel
2017-12-04 12:25 ` [LTP] [RFC PATCH v3 5/5] travis: Install all dependencies + add build with minimal dependencies Petr Vorel
2017-12-04 17:18 ` [LTP] [RFC PATCH v3 0/5] Travis enhancements Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.