disable CI on Windows
This commit is contained in:
parent
b2f9c219b1
commit
e5faa23d4f
62
.travis.yml
62
.travis.yml
@ -6,21 +6,21 @@ language: bash
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# macOS
|
# macOS
|
||||||
# - os: osx
|
- os: osx
|
||||||
# compiler: clang
|
compiler: clang
|
||||||
# script:
|
script:
|
||||||
# - python test/run.py
|
- python test/run.py
|
||||||
# - make ws
|
- make ws
|
||||||
|
|
||||||
# # Linux
|
# # Linux
|
||||||
# - os: linux
|
- os: linux
|
||||||
# dist: xenial
|
dist: xenial
|
||||||
# script:
|
script:
|
||||||
# - python test/run.py
|
- python test/run.py
|
||||||
# - make ws
|
- make ws
|
||||||
# env:
|
env:
|
||||||
# - CC=gcc
|
- CC=gcc
|
||||||
# - CXX=g++
|
- CXX=g++
|
||||||
|
|
||||||
# Clang + Linux disabled for now
|
# Clang + Linux disabled for now
|
||||||
# - os: linux
|
# - os: linux
|
||||||
@ -31,21 +31,21 @@ matrix:
|
|||||||
# - CXX=clang++
|
# - CXX=clang++
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
- os: windows
|
# - os: windows
|
||||||
env:
|
# env:
|
||||||
- CMAKE_PATH="/c/Program Files/CMake/bin"
|
# - CMAKE_PATH="/c/Program Files/CMake/bin"
|
||||||
script:
|
# script:
|
||||||
- cd third_party/zlib
|
# - cd third_party/zlib
|
||||||
- cmake .
|
# - cmake .
|
||||||
- cmake --build . --target install
|
# - cmake --build . --target install
|
||||||
- cd ../..
|
# - cd ../..
|
||||||
# - cd third_party/mbedtls
|
# # - cd third_party/mbedtls
|
||||||
# - cmake .
|
# # - cmake .
|
||||||
# - cmake --build . --target install
|
# # - cmake --build . --target install
|
||||||
# - cd ../..
|
# # - cd ../..
|
||||||
- export PATH=$CMAKE_PATH:$PATH
|
# - export PATH=$CMAKE_PATH:$PATH
|
||||||
- cd test
|
# - cd test
|
||||||
- cmake .
|
# - cmake .
|
||||||
- cmake --build --parallel .
|
# - cmake --build --parallel .
|
||||||
- ixwebsocket_unittest.exe
|
# - ixwebsocket_unittest.exe
|
||||||
# - python test/run.py
|
# # - python test/run.py
|
||||||
|
Loading…
Reference in New Issue
Block a user