Put conan package in different directory.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -9,7 +9,6 @@ steps:
 | 
			
		||||
      - cmake -DCMAKE_BUILD_TYPE=Debug . -B build-debug
 | 
			
		||||
      - cmake --build build-debug --target all -- -j 4
 | 
			
		||||
      - build-debug/CreatureLibTests -s --durations yes --use-colour yes
 | 
			
		||||
 | 
			
		||||
  - name: test-release-linux
 | 
			
		||||
    image: deukhoofd/linux64builder
 | 
			
		||||
    commands:
 | 
			
		||||
@@ -36,8 +35,8 @@ steps:
 | 
			
		||||
      CONAN_PASSWORD:
 | 
			
		||||
        from_secret: conan_password
 | 
			
		||||
    commands:
 | 
			
		||||
      - cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
 | 
			
		||||
      - conan export-pkg . $DRONE_COMMIT@creaturelib/$DRONE_BRANCH --build-folder build-release -s compiler='clang' -s compiler.version=8 -s compiler.libcxx='libstdc++11'
 | 
			
		||||
      - cmake -DCMAKE_BUILD_TYPE=Release . -B build-conan
 | 
			
		||||
      - conan export-pkg . $DRONE_COMMIT@creaturelib/$DRONE_BRANCH --build-folder build-conan -s compiler='clang' -s compiler.version=8 -s compiler.libcxx='libstdc++11'
 | 
			
		||||
      - conan remote add epsilon-public https://packages.p-epsilon.com/artifactory/api/conan/epsilon-public
 | 
			
		||||
      - conan user -p -r=epsilon-public
 | 
			
		||||
      - conan upload CreatureLib/$DRONE_COMMIT@creaturelib/$DRONE_BRANCH --all -r=epsilon-public
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user