fix cleanup after conan build

This commit is contained in:
2020-11-04 20:28:04 +01:00
parent 0d5c7a61b4
commit 2b00bc61cf
2 changed files with 4 additions and 6 deletions

View File

@ -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