fix: drone env variable expression
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									6e20276614
								
							
						
					
					
						commit
						23d001cc85
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -76,9 +76,8 @@ steps:
 | 
				
			||||||
      - rm -rvf ./build
 | 
					      - rm -rvf ./build
 | 
				
			||||||
      - export CC=$(which gcc)
 | 
					      - export CC=$(which gcc)
 | 
				
			||||||
      - export CXX=$(which g++)
 | 
					      - export CXX=$(which g++)
 | 
				
			||||||
      - export CONAN_PROFILE="$(pwd)/tools/conan/profiles/linux_gcc_amd64"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - conan install . --build=missing -pr=$${CONAN_PROFILE}
 | 
					      - conan install . --build=missing -pr"$(pwd)/tools/conan/profiles/linux_gcc_amd64"
 | 
				
			||||||
      - conan build . -pr=$${CONAN_PROFILE}
 | 
					      - conan build . -pr=$${CONAN_PROFILE}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - ./build/Release/modules/light/light
 | 
					      - ./build/Release/modules/light/light
 | 
				
			||||||
| 
						 | 
					@ -97,9 +96,8 @@ steps:
 | 
				
			||||||
      - rm -rvf ./build
 | 
					      - rm -rvf ./build
 | 
				
			||||||
      - export CC=$(which clang)
 | 
					      - export CC=$(which clang)
 | 
				
			||||||
      - export CXX=$(which clang++)
 | 
					      - export CXX=$(which clang++)
 | 
				
			||||||
      - export CONAN_PROFILE="$(pwd)/tools/conan/profiles/linux_gcc_amd64"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - conan install . --build=missing -pr=$$CONAN_PROFILE
 | 
					      - conan install . --build=missing -pr"$(pwd)/tools/conan/profiles/linux_clang_amd64"
 | 
				
			||||||
      - conan build . -pr=$${CONAN_PROFILE}
 | 
					      - conan build . -pr=$${CONAN_PROFILE}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - ./build/Release/modules/light/light
 | 
					      - ./build/Release/modules/light/light
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue