mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-03 22:04:10 +00:00 
			
		
		
		
	No version and no username in test_package/conanfile.py
This commit is contained in:
		
							parent
							
								
									58b23c29a7
								
							
						
					
					
						commit
						b194494aef
					
				@ -1,12 +1,8 @@
 | 
			
		||||
from conans import ConanFile, CMake
 | 
			
		||||
import os
 | 
			
		||||
 | 
			
		||||
channel = os.getenv("CONAN_CHANNEL", "testing")
 | 
			
		||||
username = os.getenv("CONAN_USERNAME", "nigels-com")
 | 
			
		||||
 | 
			
		||||
class TestGlew(ConanFile):
 | 
			
		||||
    settings = "os", "compiler", "build_type", "arch"
 | 
			
		||||
    requires = "glew/master@%s/%s" % (username, channel)
 | 
			
		||||
    generators = "cmake"
 | 
			
		||||
 | 
			
		||||
    def build(self):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user