show what we have in usr bin

This commit is contained in:
Kevin Burke 2014-05-24 11:36:10 +09:00
parent d2198a11b9
commit df93c872d2
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686
- sudo apt-get install -y --force-yes mingw32 libsdl2-static-dev
- ls -al /usr/bin
- ls -al /usr/include/SDL2
script:
- which crossdev
- echo "Hello World"