File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright © 2012-2018 Inria. All rights reserved.
3
+ # Copyright © 2012-2020 Inria. All rights reserved.
4
4
# See COPYING in top-level directory.
5
5
#
6
6
@@ -30,7 +30,7 @@ touch configure
30
30
# build without plugins, with relative VPATH
31
31
mkdir build
32
32
cd build
33
- ../configure
33
+ ../configure $HWLOC_CI_JOB1CHECK_CONFOPTS
34
34
make
35
35
make check
36
36
utils/lstopo/lstopo-no-graphics -v
39
39
# build with plugins, with absolute VPATH
40
40
mkdir build-plugins
41
41
cd build-plugins
42
- $PWD /../configure --enable-plugins
42
+ $PWD /../configure --enable-plugins $HWLOC_CI_JOB1CHECK_CONFOPTS
43
43
make
44
44
make check
45
45
tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics -v
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright © 2012-2018 Inria. All rights reserved.
3
+ # Copyright © 2012-2020 Inria. All rights reserved.
4
4
# See COPYING in top-level directory.
5
5
#
6
6
@@ -30,7 +30,7 @@ touch configure
30
30
# build with plugins and debug
31
31
mkdir build-plugins-debug
32
32
cd build-plugins-debug
33
- ../configure --enable-plugins --enable-debug
33
+ ../configure --enable-plugins --enable-debug $HWLOC_CI_JOB3DEBUG_CONFOPTS
34
34
make
35
35
make check
36
36
tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics
You can’t perform that action at this time.
0 commit comments