1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

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

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"