This commit is contained in:
parent
2155568864
commit
e94bad17fb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
- source /opt/rh/gcc-toolset-9/enable
|
||||
- mkdir build-gcc
|
||||
- cd build-gcc
|
||||
- cmake3 -DRUN_PIPELINE=on ..
|
||||
- cmake3 -DRUN_PIPELINE=on -DSCALAR_BUILD=on ..
|
||||
- make -j2
|
||||
- make test
|
||||
- cd ..
|
||||
|
|
Loading…
Reference in a new issue