correct cmake dir
This commit is contained in:
		@@ -9,7 +9,7 @@ image: conanio/gcc9:latest
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
cache:
 | 
					cache:
 | 
				
			||||||
  paths:
 | 
					  paths:
 | 
				
			||||||
    - /home/conan/.conan/
 | 
					    - /home/conan/.conan/data/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
conan:
 | 
					conan:
 | 
				
			||||||
  stage: conan
 | 
					  stage: conan
 | 
				
			||||||
@@ -25,8 +25,7 @@ conan:
 | 
				
			|||||||
cmake:
 | 
					cmake:
 | 
				
			||||||
  stage: cmake
 | 
					  stage: cmake
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - cd build
 | 
					    - cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
 | 
				
			||||||
    - cmake -S . -B ../build -D WinBuild=OFF -D GUI=OFF
 | 
					 | 
				
			||||||
  allow_failure: true
 | 
					  allow_failure: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cleanup:
 | 
					cleanup:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user