Skip to content

Commit

Permalink
debug travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Jun 13, 2015
1 parent 0d972ed commit a50df3e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ before_script:
- sudo apt-get -q install libgcc-4.8-dev --yes --force-yes
# we need stdc++ 32 bits too /usr/bin/ld: cannot find -lstdc++
- sudo apt-get -q install libstdc++6:i386 libstdc++-4.8-dev:i386 --yes --force-yes
# we also need the dump test files
# - mkdir -p test/dumps/putty
- mkdir -p test/dumps/ssh
# - wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/putty.1.dump.zip
# - unzip putty.1.dump.zip
# - mv putty.1.dump test/dumps/putty/
- wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/ssh.1.tgz
- tar zxf ssh.1.tgz
- mv ssh.1 test/dumps/putty/
# - wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/ssh.x64.6653.dump.tgz
# - tar zxf ssh.x64.6653.dump.tgz
# - mv ssh.x64.6653.dump test/dumps/putty/

script:
# build memory tests. Need root for memory dumps. sudo is called in Makefile
Expand All @@ -49,7 +61,7 @@ after_success:
- which gcc
- gcc --version
- dpkg -l
coveralls
- coveralls

after_failure:
# debug versions
Expand Down

0 comments on commit a50df3e

Please sign in to comment.