This repository was archived by the owner on Sep 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ pipeline {
108
108
sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
109
109
sh ' python ./script/validators/source_validator.py'
110
110
sh ' mkdir build'
111
- sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4'
111
+ sh ' cd build && cmake3 -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4'
112
112
}
113
113
}
114
114
stage(' CentOS 7/gcc-4.8.5/llvm-3.9.1 (Release)' ) {
@@ -117,7 +117,7 @@ pipeline {
117
117
sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
118
118
sh ' python ./script/validators/source_validator.py'
119
119
sh ' mkdir build'
120
- sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
120
+ sh ' cd build && cmake3 -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
121
121
}
122
122
}
123
123
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ elif [[ "$DISTRO" == *"REDHAT"* ]] && [[ "${DISTRO_VER%.*}" == "7" ]]; then
156
156
git \
157
157
gcc-c++ \
158
158
make \
159
- cmake \
159
+ cmake3 \
160
160
flex \
161
161
bison \
162
162
libevent-devel \
You can’t perform that action at this time.
0 commit comments