Skip to content

Commit

Permalink
Just want Windows CI to work!
Browse files Browse the repository at this point in the history
  • Loading branch information
TurkeyMan committed Apr 1, 2015
1 parent 23242b6 commit 39842d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
env:
- BUILD="linux" RUN_TESTS=1
- BUILD="windows" EXTRA_PACKAGES="" PREMAKE_OPTS="--os=windows" CC="i686-w64-mingw32-gcc" RUN_TESTS=0
matrix:
include:
# - os: linux # test linux32 later...
# env: BUILD="linux32" RUN_TESTS=1
- os: linux
env: BUILD="linux64" RUN_TESTS=1
# - os: linux # arm build? (most distros have an arm archive)
# env: BUILD="linuxarm" RUN_TESTS=0
- os: linux
env: BUILD="windows" EXTRA_PACKAGES="" PREMAKE_OPTS="--os=windows" CC="i686-w64-mingw32-gcc" RUN_TESTS=0 LD_FLAGS=$LD_FLAGS src/lib/libole32.a
# - os: osx
# env: BUILD="osx" RUN_TESTS=1 # we need to bootstrap osx somehow...

before_install:
- sudo add-apt-repository -y ppa:codegear/release
Expand Down
Binary file added src/lib/libole32.a
Binary file not shown.

0 comments on commit 39842d9

Please sign in to comment.