fix cleanup after conan build
This commit is contained in:
@ -13,11 +13,11 @@ conan profile update settings.compiler.libcxx=libstdc++11 default # Sets libcxx
|
||||
conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig --force
|
||||
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan --force
|
||||
mkdir -p build # create build folder
|
||||
CONAN_SYSREQUIRES_MODE=enabled CONAN_SYSREQUIRES_SUDO=0 conan install . --build=missing -g none
|
||||
CONAN_SYSREQUIRES_MODE=enabled CONAN_SYSREQUIRES_SUDO=0 conan install . --build=missing
|
||||
|
||||
|
||||
# cleanup
|
||||
conan remove -s -t -f
|
||||
conan remove "*" -s -b -f
|
||||
|
||||
cd ..
|
||||
rm -Rf ./dynuiprefresher
|
||||
|
Reference in New Issue
Block a user