Skip to content

Commit

Permalink
Don't optimize VC++ 2015 build, don't run tests.
Browse files Browse the repository at this point in the history
For some reason Appveyor got a lot slower.  We might have to move
away from it.
  • Loading branch information
lballabio committed Mar 26, 2024
1 parent c566b6d commit 6522577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ for:
- image: Visual Studio 2015
before_build:
- COPY .appveyor\VS2015.props .\Build.props
test_script:
- .\test-suite\bin\QuantLib-test-suite-x64-mt.exe --log_level=message --build_info=yes -- --faster
-
matrix:
only:
Expand Down
1 change: 1 addition & 0 deletions .appveyor/VS2015.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>C:\Libraries\boost_1_69_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>C:\Libraries\boost_1_69_0\lib64-msvc-14.0;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
Expand Down

0 comments on commit 6522577

Please sign in to comment.