[CI] Update lint configuration to support latest pylint convention (#4971)

* Update lint configuration

* Use gcc 8 consistently in build instruction
This commit is contained in:
Philip Hyunsu Cho
2019-10-21 16:40:57 -07:00
committed by GitHub
parent 4771bb0d41
commit 741fbf47c4
4 changed files with 5 additions and 6 deletions

View File

@@ -375,7 +375,7 @@ Create the ``build/`` directory and invoke CMake with option ``R_LIB=ON``. Make
mkdir build
cd build
CC=gcc-7 CXX=g++-7 cmake .. -DR_LIB=ON
CC=gcc-8 CXX=g++-8 cmake .. -DR_LIB=ON
make -j4
make install