Skip to content

Commit

Permalink
travis-ci: build --with-flux-security
Browse files Browse the repository at this point in the history
Pull in flux-security-0.2.0 via the travis-dep-builder script,
then add --with-flux-security to some builders in the travis
build matrix.
  • Loading branch information
garlick committed Aug 28, 2018
1 parent e113ca2 commit 8f405a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ matrix:
- compiler: clang
env: LUA_VERSION=5.1
- compiler: gcc
env: LUA_VERSION=5.1 COVERAGE=t ARGS="--with-pmix --enable-caliper --enable-pylint"
env: LUA_VERSION=5.1 COVERAGE=t ARGS="--with-flux-security --with-pmix --enable-caliper --enable-pylint"
- compiler: gcc
env: LUA_VERSION=5.1 T_INSTALL=t
- compiler: clang
env: LUA_VERSION=5.1 CPPCHECK=t ARGS="--with-pmix --enable-sanitizer" CC=clang-3.8 CXX=clang++-3.8
env: LUA_VERSION=5.1 CPPCHECK=t ARGS="--with-flux-security --with-pmix --enable-sanitizer" CC=clang-3.8 CXX=clang++-3.8
- compiler: gcc
env: LUA_VERSION=5.2 CC=gcc-4.9 ARGS="--with-pmix" chain_lint=t
env: LUA_VERSION=5.2 CC=gcc-4.9 ARGS="--with-flux-security --with-pmix" chain_lint=t
- compiler: clang
env: LUA_VERSION=5.2 ARGS="--with-pmix --enable-caliper" CC=clang-3.8 CXX=clang++-3.8
env: LUA_VERSION=5.2 ARGS="--with-flux-security --with-pmix --enable-caliper" CC=clang-3.8 CXX=clang++-3.8

cache:
directories:
Expand Down
1 change: 1 addition & 0 deletions src/test/travis-dep-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ http://downloads.sourceforge.net/ltp/lcov-1.10.tar.gz \
http://www.open-mpi.org/software/hwloc/v1.11/downloads/hwloc-1.11.1.tar.gz \
https://github.com/pmix/pmix/releases/download/v3.0.0/pmix-3.0.0.tar.gz \
http://www.digip.org/jansson/releases/jansson-2.9.tar.gz \
https://github.com/flux-framework/flux-security/releases/download/v0.2.0/flux-security-0.2.0.tar.gz \
http://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz \
https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz \
https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz \
Expand Down

0 comments on commit 8f405a3

Please sign in to comment.