use conan to fetch dependencies
This commit is contained in:
		@@ -6,8 +6,11 @@ stages:
 | 
				
			|||||||
# Unix Build
 | 
					# Unix Build
 | 
				
			||||||
cmake:
 | 
					cmake:
 | 
				
			||||||
  stage: cmake
 | 
					  stage: cmake
 | 
				
			||||||
  image: luki42/dynuiprefresher_build:latest
 | 
					  image: conanio/gcc9:latest
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
 | 
					    - mkdir build
 | 
				
			||||||
 | 
					    - cd build
 | 
				
			||||||
 | 
					    - conan install ..
 | 
				
			||||||
    - cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
 | 
					    - cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user