disable CI on Windows
This commit is contained in:
		
							
								
								
									
										56
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										56
									
								
								.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 --build . --target install
 | 
					 | 
				
			||||||
        - cd ../..
 | 
					 | 
				
			||||||
        # - cd third_party/mbedtls
 | 
					 | 
				
			||||||
    #     - cmake .
 | 
					    #     - cmake .
 | 
				
			||||||
    #     - cmake --build . --target install
 | 
					    #     - cmake --build . --target install
 | 
				
			||||||
    #     - cd ../..
 | 
					    #     - cd ../..
 | 
				
			||||||
        - export PATH=$CMAKE_PATH:$PATH
 | 
					    #     # - cd third_party/mbedtls
 | 
				
			||||||
        - cd test
 | 
					    #     # - cmake .
 | 
				
			||||||
        - cmake .
 | 
					    #     # - cmake --build . --target install
 | 
				
			||||||
        - cmake --build --parallel .
 | 
					    #     # - cd ../..
 | 
				
			||||||
        - ixwebsocket_unittest.exe
 | 
					    #     - export PATH=$CMAKE_PATH:$PATH
 | 
				
			||||||
        # - python test/run.py
 | 
					    #     - cd test
 | 
				
			||||||
 | 
					    #     - cmake .
 | 
				
			||||||
 | 
					    #     - cmake --build --parallel .
 | 
				
			||||||
 | 
					    #     - ixwebsocket_unittest.exe
 | 
				
			||||||
 | 
					    #     # - python test/run.py
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user