ci: add `./v doc clipboard` steps in the windows-tcc job too
							parent
							
								
									644fdd0248
								
							
						
					
					
						commit
						79a8e34e33
					
				| 
						 | 
					@ -814,8 +814,17 @@ jobs:
 | 
				
			||||||
          .\v.exe cmd/tools/test_if_v_test_system_works.v
 | 
					          .\v.exe cmd/tools/test_if_v_test_system_works.v
 | 
				
			||||||
          .\cmd\tools\test_if_v_test_system_works.exe
 | 
					          .\cmd\tools\test_if_v_test_system_works.exe
 | 
				
			||||||
      - name: Make sure running TCC64 instead of TCC32
 | 
					      - name: Make sure running TCC64 instead of TCC32
 | 
				
			||||||
        run : |
 | 
					        run : .\v.exe test .github\workflows\make_sure_ci_run_with_64bit_compiler_test.v
 | 
				
			||||||
          .\v.exe test .github\workflows\make_sure_ci_run_with_64bit_compiler_test.v
 | 
					        
 | 
				
			||||||
 | 
					      - name: Test ./v doc -v clipboard *BEFORE building tools*
 | 
				
			||||||
 | 
					        run: ./v doc -v clipboard
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
 | 
					      - name: Test v build-tools
 | 
				
			||||||
 | 
					        run: ./v -W build-tools
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
 | 
					      - name: Test ./v doc clipboard
 | 
				
			||||||
 | 
					        run: ./v doc clipboard
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
      - name: Self tests
 | 
					      - name: Self tests
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          .\v.exe -silent test-self
 | 
					          .\v.exe -silent test-self
 | 
				
			||||||
| 
						 | 
					@ -846,9 +855,16 @@ jobs:
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          .\v.exe cmd/tools/test_if_v_test_system_works.v
 | 
					          .\v.exe cmd/tools/test_if_v_test_system_works.v
 | 
				
			||||||
          .\cmd\tools\test_if_v_test_system_works.exe
 | 
					          .\cmd\tools\test_if_v_test_system_works.exe
 | 
				
			||||||
 | 
					          
 | 
				
			||||||
      - name: Make sure running TCC32 instead of TCC64      
 | 
					      - name: Make sure running TCC32 instead of TCC64      
 | 
				
			||||||
        run : |
 | 
					        run : .\v.exe test .github\workflows\make_sure_ci_run_with_32bit_compiler_test.v
 | 
				
			||||||
          .\v.exe test .github\workflows\make_sure_ci_run_with_32bit_compiler_test.v
 | 
					        
 | 
				
			||||||
 | 
					      - name: Test v build-tools
 | 
				
			||||||
 | 
					        run: ./v -W build-tools
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Test ./v doc clipboard
 | 
				
			||||||
 | 
					        run: ./v doc clipboard
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
      - name: Self tests
 | 
					      - name: Self tests
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          .\v.exe -silent test-self
 | 
					          .\v.exe -silent test-self
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue