Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianklatzco committed Aug 16, 2018
1 parent 9f9ebd9 commit 05cb364
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ before_script:
- sudo apt-get update
- sudo apt-get install -y git build-essential
- sudo apt-get install -y clang llvm-dev libc++1 libc++-dev
- sudo apt-get install -y libgflags-dev
- mkdir build && cd build
- cd ~
script:
- cmake -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ .. && make clean all
- cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ .. && make clean all
- ./trailofbits/grr/scripts/build.sh

0 comments on commit 05cb364

Please sign in to comment.