diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-17 23:53:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-18 00:16:22 +0300 |
commit | 99eb9822b4dfa67f65674eac92f1371dc4be9d31 (patch) | |
tree | 47fc1f817c805479b96270c9f7425d912f540e9b /.appveyor.yml | |
parent | fix .clang-format (diff) | |
download | cmake-common-99eb9822b4dfa67f65674eac92f1371dc4be9d31.tar.gz cmake-common-99eb9822b4dfa67f65674eac92f1371dc4be9d31.zip |
support all 4 cmake default configurations
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index e12e52f..a11828e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ environment: python_exe: C:\Python36-x64\python.exe configuration: - - Release + - MinSizeRel platform: - x64 @@ -42,7 +42,7 @@ build_script: - >- "%python_exe%" ./cmake/build/build.py --install C:\install\dynamic - --configuration Release + --configuration RelWithDebInfo -- cmake/examples/dynamic -A x64 - C:\install\dynamic\bin\foo.exe @@ -76,7 +76,6 @@ build_script: - '"%python_exe%" ./boost/build/build.py download --cache . 1.72.0' - >- "%python_exe%" ./boost/build/build.py build - --configuration Debug Release --platform x86 x64 --link shared -- ./boost_1_72_0 |