1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

Made use of Travis CI's Windows support.

At least for now there seems to be no point in trying to build the libraries (and run the tests) on Windows. Rather we only want to check that the MSVC solution is still valid.
This commit is contained in:
Oliver Schmidt 2020-08-02 15:50:17 +02:00
parent adda28f5c5
commit ce19d7b84f

View File

@ -1,5 +1,9 @@
language:
- c
language: c
jobs:
include:
- os: linux
install:
- sudo apt-get update
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686 sshpass
@ -14,3 +18,7 @@ script:
- make doc zip
after_success:
- make -f Makefile.travis
- os: windows
script:
- MSBuild.exe scr/cc65.sln