File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ matrix:
10
10
- g++-4.9
11
11
sources : &sources
12
12
- llvm-toolchain-precise-3.8
13
- - ubuntu-toolchain-r-test
13
+ - ubuntu-toolchain-r-test
14
14
- os : linux
15
15
env : COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8 COMMON_OS_NAME=${TRAVIS_OS_NAME}
16
16
addons :
@@ -24,12 +24,19 @@ matrix:
24
24
- os : osx
25
25
osx_image : xcode11.3
26
26
env : CC=clang && CXX=clang++ COMMON_OS_NAME=darwin
27
+ - os : windows
28
+ env : CMAKE_PATH="/c/Program Files/CMake/bin" COMMON_OS_NAME=${TRAVIS_OS_NAME}
29
+ before_script :
30
+ - export PATH=$CMAKE_PATH:$PATH
27
31
28
32
before_install :
29
33
- echo $LANG
30
34
- echo $LC_ALL
31
35
- $CXX --version
32
36
37
+ install :
38
+ - pip install --upgrade setuptools
39
+
33
40
script :
34
41
# - rvm get head # Workaround 'shell_session_update: command not found'
35
42
- set -e
@@ -50,7 +57,7 @@ deploy:
50
57
on :
51
58
tags : true
52
59
# no point deploying the images built with both compilers
53
- condition : $CC =~ gcc
60
+ condition : $CC =~ gcc || $COMMON_OS_NAME == "windows"
54
61
55
62
branches :
56
63
only :
You can’t perform that action at this time.
0 commit comments