diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-17 13:54:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-17 13:54:44 +0300 |
commit | d6ac5012640300baae2f57fd7e8fa9aa36d8c870 (patch) | |
tree | 155b9cb8945ce493d49b51c99eb7b55f7bff6814 /.appveyor.yml | |
parent | common.cmake: add install_pdbs() (diff) | |
download | cmake-common-d6ac5012640300baae2f57fd7e8fa9aa36d8c870.tar.gz cmake-common-d6ac5012640300baae2f57fd7e8fa9aa36d8c870.zip |
Travis/AppVeyor: pause
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b30856b..64217f5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,6 +5,10 @@ image: - Visual Studio 2017 - Visual Studio 2019 +branches: + only: + - appveyor + environment: appveyor_python_exe: C:\Python36-x64\python.exe boost_version: 1.65.0 |