Compare commits
9 Commits
bugs/windo
...
feature/ht
Author | SHA1 | Date | |
---|---|---|---|
|
fcfb7c1739 | ||
|
92c2a7756d | ||
|
f458cd297e | ||
|
19a959dc31 | ||
|
cfc1b8f1c2 | ||
|
22b8fc831c | ||
|
15fa328a65 | ||
|
74cc6b815a | ||
|
44f37a4140 |
46
.travis.yml
46
.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
|
||||||
@@ -30,12 +30,12 @@ matrix:
|
|||||||
# - CC=clang
|
# - CC=clang
|
||||||
# - 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:
|
||||||
- export PATH=$CMAKE_PATH:$PATH
|
# - export PATH=$CMAKE_PATH:$PATH
|
||||||
# - cmake -DUSE_TLS=1 -DUSE_WS=1 -DUSE_MBED_TLS=1 -DUSE_VENDORED_THIRD_PARTY=1 .
|
# # - cmake -DUSE_TLS=1 -DUSE_WS=1 -DUSE_MBED_TLS=1 -DUSE_VENDORED_THIRD_PARTY=1 .
|
||||||
# - cmake --build --parallel .
|
# # - cmake --build --parallel .
|
||||||
- python test/run.py
|
# - python test/run.py
|
||||||
|
@@ -1 +1 @@
|
|||||||
5.0.0
|
4.0.4
|
||||||
|
Reference in New Issue
Block a user