Skip to content

Commit

Permalink
Don't install when building releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbar committed Jun 15, 2020
1 parent 11eb9ee commit 2ac6f91
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,10 @@ cd build;
cmake "$TRAVIS_BUILD_DIR/llvm" -DCMAKE_BUILD_TYPE=MinSizeRel \
-DLLVM_ENABLE_PROJECTS=clang \
-DLLVM_TARGETS_TO_BUILD="X86" \
-DLLVM_ENABLE_BINDINGS="OFF" \
-DCLANG_BUILD_TOOLS="OFF" \
-DLLVM_BUILD_TOOLS="OFF" \
-DLLVM_BUILD_UTILS="OFF" \
-DCMAKE_INSTALL_PREFIX="../install" \
-G "Ninja";
ninja clang;

# Install
ninja install
cd "$TRAVIS_BUILD_DIR/install"

# Zip binaries.
zip -r --symlink "ctir-clang-v$ctir_version-$os.zip" bin/clang \
bin/clang++ \
Expand Down

0 comments on commit 2ac6f91

Please sign in to comment.