From 0b6a77308752a2a1fb1503774de16a6aa4e0ebe4 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 24 Jun 2019 10:17:57 -0700 Subject: [PATCH] CI work --- .travis.yml | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5e8390b..abfd1c72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,21 +6,21 @@ language: bash matrix: include: # macOS - - os: osx - compiler: clang - script: - - python test/run.py - - make ws + # - os: osx + # compiler: clang + # script: + # - python test/run.py + # - make ws - # Linux - - os: linux - dist: xenial - script: - - python test/run.py - - make ws - env: - - CC=gcc - - CXX=g++ + # # Linux + # - os: linux + # dist: xenial + # script: + # - python test/run.py + # - make ws + # env: + # - CC=gcc + # - CXX=g++ # Clang + Linux disabled for now # - os: linux @@ -30,12 +30,14 @@ matrix: # - CC=clang # - CXX=clang++ - Windows + # Windows - os: windows env: - CMAKE_PATH="/c/Program Files/CMake/bin" script: - export PATH=$CMAKE_PATH:$PATH - # - cmake -DUSE_TLS=1 -DUSE_WS=1 -DUSE_MBED_TLS=1 -DUSE_VENDORED_THIRD_PARTY=1 . - # - cmake --build --parallel . - - python test/run.py + - cd test + - cmake -DUSE_TLS=1 -DUSE_MBED_TLS=1 -DUSE_VENDORED_THIRD_PARTY=1 . + - cmake --build --parallel . + - ixwebsocket_unittest.exe + # - python test/run.py