We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9fb6d commit b16d900Copy full SHA for b16d900
.travis.yml
@@ -1,6 +1,5 @@
1
os: linux
2
language: c
3
-compiler: gcc
4
sudo: required
5
6
cache:
@@ -13,13 +12,16 @@ matrix:
13
12
fast_finish: true
14
include:
15
- os: linux
+ env:
16
+ - B=MinGW
17
install:
- - sudo apt-get install -y gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
18
- - sudo apt-get install -y mingw-w64 mingw-w64-dev
+ - sudo apt-get install -y gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
19
+ - sudo apt-get install -y mingw-w64 mingw-w64-dev
20
script:
- - make -f Makefile.windows C=1
21
-
+ - make -f Makefile.windows C=1
22
23
24
+ - B=Linux
25
26
- sudo apt-get install -y linux-headers-$(uname -r)
27
0 commit comments