Browse Source

create missing profiles folder for MinGW job

pull/1278/head
Silvio Kunaschk 6 years ago
parent
commit
0184b28609
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      azure-pipelines.yml

+ 1
- 0
azure-pipelines.yml View File

@@ -78,6 +78,7 @@ jobs:
conan remote add conan-community https://api.bintray.com/conan/conan-community/conan
conan remote add qno https://api.bintray.com/conan/qno/conan-public
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
mkdir "%HOMEPATH%\.conan\profiles"
copy conan_profile_mingw8.1 "%HOMEPATH%\.conan\profiles\mingw"
mkdir build
cd build


Loading…
Cancel
Save