1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Okay, binutils-mingw-w64-i686 seems to have to be listed explicitly.

This commit is contained in:
Oliver Schmidt 2014-03-05 12:39:37 +01:00
parent bbc7f48590
commit 15508cd36a

View File

@ -1,7 +1,7 @@
language:
- c
install:
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686
- which gcc
- which i686-w64-mingw32-gcc
script: