Compare commits
	
		
			1 Commits
		
	
	
		
			v9.5.7
			...
			feature/wi
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					2cbe198497 | 
							
								
								
									
										24
									
								
								.github/workflows/ccpp.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										24
									
								
								.github/workflows/ccpp.yml
									
									
									
									
										vendored
									
									
								
							@@ -37,19 +37,33 @@ jobs:
 | 
			
		||||
    - name: make test
 | 
			
		||||
      run: make test_tsan_mbedtls
 | 
			
		||||
 | 
			
		||||
  windows_mbedtls:
 | 
			
		||||
  windows_no_tls:
 | 
			
		||||
    runs-on: windows-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v1
 | 
			
		||||
    - uses: seanmiddleditch/gha-setup-vsdevenv@master
 | 
			
		||||
    - run: |
 | 
			
		||||
        vcpkg install zlib:x64-windows
 | 
			
		||||
        vcpkg install mbedtls:x64-windows
 | 
			
		||||
    - run: |
 | 
			
		||||
        mkdir build
 | 
			
		||||
        cd build
 | 
			
		||||
        cmake -DCMAKE_TOOLCHAIN_FILE=c:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_CXX_COMPILER=cl.exe -DUSE_MBED_TLS=1 -DUSE_TLS=1 -DUSE_WS=1 -DUSE_TEST=1 ..
 | 
			
		||||
        cmake -DCMAKE_CXX_COMPILER=cl.exe -DUSE_TEST=1 ..
 | 
			
		||||
    - run: cmake --build build
 | 
			
		||||
    - run: |
 | 
			
		||||
        cd test
 | 
			
		||||
        ..\build\test\ixwebsocket_unittest.exe
 | 
			
		||||
 | 
			
		||||
      # windows_mbedtls:
 | 
			
		||||
      #   runs-on: windows-latest
 | 
			
		||||
      #   steps:
 | 
			
		||||
      #   - uses: actions/checkout@v1
 | 
			
		||||
      #   - uses: seanmiddleditch/gha-setup-vsdevenv@master
 | 
			
		||||
      #   - run: |
 | 
			
		||||
      #       vcpkg install zlib:x64-windows
 | 
			
		||||
      #       vcpkg install mbedtls:x64-windows
 | 
			
		||||
      #   - run: |
 | 
			
		||||
      #       mkdir build
 | 
			
		||||
      #       cd build
 | 
			
		||||
      #       cmake -DCMAKE_TOOLCHAIN_FILE=c:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_CXX_COMPILER=cl.exe -DUSE_MBED_TLS=1 -DUSE_TLS=1 -DUSE_WS=1 -DUSE_TEST=1 ..
 | 
			
		||||
      #   - run: cmake --build build
 | 
			
		||||
 | 
			
		||||
    # Running the unittest does not work, the binary cannot be found
 | 
			
		||||
    #- run: ../build/test/ixwebsocket_unittest.exe
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user