Skip to content

Commit

Permalink
udpate clang build rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Oct 24, 2020
1 parent 6dcff08 commit 8336bbd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,10 @@ build_linux_gcc_fedora() {

build_linux_clang_ubuntu() {
setup_ubuntu
# for v in 3.9 4.0 5.0 6.0; do
for v in 6.0; do
apt-get install -y clang-${v}
export CXX="clang++-${v}" CC="clang-${v}"
build_generic
rm -fr build
done
apt-get install -y clang
export CXX="clang++" CC="clang"
build_generic
rm -fr build
}

build_osx() {
Expand Down

0 comments on commit 8336bbd

Please sign in to comment.