mbox series

[0/2] opal-ci: Add 18.04 and clang builds

Message ID 20180504063651.7236-1-joel@jms.id.au
Headers show
Series opal-ci: Add 18.04 and clang builds | expand

Message

Joel Stanley May 4, 2018, 6:36 a.m. UTC
Obviously the clang build cannot go in until the patches do.

We could also chose to have a separate build script that does the clang
build instead of the GCC one (currently it does it in addition to), and
put that in the soft-fail bucket on Travis.

Joel Stanley (2):
  opal-ci: Add Ubuntu 18.04
  opal-ci: Additionally build with clang on Ubuntu 18.04

 .travis.yml                     |  1 +
 opal-ci/Dockerfile-ubuntu-18.04 | 10 ++++++++++
 opal-ci/build-ubuntu-18.04.sh   | 34 +++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)
 create mode 100644 opal-ci/Dockerfile-ubuntu-18.04
 create mode 100755 opal-ci/build-ubuntu-18.04.sh