force remote adds
This commit is contained in:
		@@ -17,9 +17,9 @@ conan:
 | 
				
			|||||||
    - export CONAN_USER_HOME=$PWD/.conan #define .conan folder to be inside of project
 | 
					    - export CONAN_USER_HOME=$PWD/.conan #define .conan folder to be inside of project
 | 
				
			||||||
    - conan profile new default --detect --force # Generates default profile detecting GCC and sets old ABI
 | 
					    - conan profile new default --detect --force # Generates default profile detecting GCC and sets old ABI
 | 
				
			||||||
    - conan profile update settings.compiler.libcxx=libstdc++11 default  # Sets libcxx to C++11 ABI
 | 
					    - conan profile update settings.compiler.libcxx=libstdc++11 default  # Sets libcxx to C++11 ABI
 | 
				
			||||||
    - conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig
 | 
					    - conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig --force
 | 
				
			||||||
    - conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
 | 
					    - conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
 | 
				
			||||||
    - conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
 | 
					    - conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan --force
 | 
				
			||||||
    - mkdir -p build # create build folder
 | 
					    - mkdir -p build # create build folder
 | 
				
			||||||
    - CONAN_SYSREQUIRES_MODE=enabled conan install . --build=missing -g cmake -if build
 | 
					    - CONAN_SYSREQUIRES_MODE=enabled conan install . --build=missing -g cmake -if build
 | 
				
			||||||
    - cmake -S . -B build -D WinBuild=OFF -D GUI=OFF #cmake project
 | 
					    - cmake -S . -B build -D WinBuild=OFF -D GUI=OFF #cmake project
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user