correct cmake dir
This commit is contained in:
		@@ -9,7 +9,7 @@ image: conanio/gcc9:latest
 | 
			
		||||
 | 
			
		||||
cache:
 | 
			
		||||
  paths:
 | 
			
		||||
    - /home/conan/.conan/
 | 
			
		||||
    - /home/conan/.conan/data/
 | 
			
		||||
 | 
			
		||||
conan:
 | 
			
		||||
  stage: conan
 | 
			
		||||
@@ -25,8 +25,7 @@ conan:
 | 
			
		||||
cmake:
 | 
			
		||||
  stage: cmake
 | 
			
		||||
  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
 | 
			
		||||
 | 
			
		||||
cleanup:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user