This repository was archived by the owner on Sep 2, 2018. It is now read-only.
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
Add travis-ci support #4
Open
Description
Add travis-ci support to clang
, and enable the -Werror
flag to the compiler.
The travis build is tricky because clang must be built in the LLVM repository.
The .travis.yml
file will probably be similar to lld/.travis.yml.
@RandomInsano would you like to do this? I am not well versed with travis.