Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
f0e75fc1
Unverified
Commit
f0e75fc1
authored
Oct 30, 2018
by
Guolin Ke
Committed by
GitHub
Oct 30, 2018
Browse files
add clang to ci docker
parent
5eedadad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.ci/dockers/ubuntu-14.04/Dockerfile
.ci/dockers/ubuntu-14.04/Dockerfile
+8
-0
No files found.
.ci/dockers/ubuntu-14.04/Dockerfile
View file @
f0e75fc1
...
@@ -24,6 +24,14 @@ RUN apt-get update \
...
@@ -24,6 +24,14 @@ RUN apt-get update \
build-essential
\
build-essential
\
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
# Install clang 6.0
RUN
add-apt-repository ppa:ubuntu-toolchain-r/test
\
&&
cd
/tmp
\
&&
wget
-O
- https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
\
&&
apt-add-repository
"deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main"
\
&&
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
clang-6.0
# Install CMake
# Install CMake
RUN
curl
-sL
https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
-o
cmake.sh
\
RUN
curl
-sL
https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
-o
cmake.sh
\
&&
chmod
+x cmake.sh
\
&&
chmod
+x cmake.sh
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment