Skip to content

Commit

Permalink
enable travis #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmssh committed May 28, 2018
1 parent 0e7aa7f commit 7d209ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ env:
# BUILD_OPTION: -DDEBUG=OFF

before_script:
- "ls"
- "pwd"
- "cd mxmssh/drltrace/"
- "mkdir build"
- "cd build"
- cmake ../drltrace_src/
#- "cd mxmssh/drltrace/"
#- "mkdir build"
#- "cd build"
- cmake drltrace_src/

script: "make"

0 comments on commit 7d209ec

Please sign in to comment.