Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
fix auto deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
dguido committed Jan 30, 2015
1 parent d17b935 commit c2fd1e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deploy:
repo: trailofbits/mcsema
tags: true
all_branches: true
condition: "$CC = gcc"
condition: "$CXX = g++"

- provider: s3
access_key_id:
Expand All @@ -60,7 +60,7 @@ deploy:
local-dir: package
on:
all_branches: true
condition: "$CC = gcc"
condition: "$CXX = g++"

notifications:
slack:
Expand Down
4 changes: 2 additions & 2 deletions docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To verify functionality, try running the demos (in `mc-sema/tests`). For example

# Building on Windows

Due to integration with LLVM 3.5, mcsema now requires C++11. Please build with Visual Studio 2012 or later.
mcsema now requires C++11 due to integration with LLVM 3.5. Please build with Visual Studio 2012 or later.

## Prerequisites
General Packages:
Expand All @@ -100,7 +100,7 @@ Build Environment:

If using Visual Studio Express 2013 the Desktop Edition is **ABSOLUTELY REQUIRED**. The build will fail without it.

Do **not** install Intel PIN. It wont link correctly. Semantics tests will not be available, but everything else will work.
Do **not** install Intel PIN. It won't link correctly. Semantics tests will not be available, but everything else will work.

## Get The Source

Expand Down
2 changes: 1 addition & 1 deletion docs/TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ By default the `tests.out` file is in `<mc-sema code>\build\mc-sema\validator\va

### Examples

This is the output of testSemantics as of July 2014. Not all instructuction tests complete successfully; the floating point tests are there for when the instructions are implemented in the translator.
This is the output of testSemantics as of July 2014. Not all instruction tests complete successfully; the floating point tests are there for when the instructions are implemented in the translator.

C:\git\llvm-lift\build\mc-sema\validator\valTest\Debug>..\..\testSemantics\Debug\testSemantics.exe

Expand Down

0 comments on commit c2fd1e9

Please sign in to comment.