Skip to content

Commit

Permalink
ci: Fix MSVC crash
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Feb 11, 2022
1 parent 2bcc26a commit 985aa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_build:
- cmake -S . -B build -DINTX_BENCHMARKING=OFF -DNATIVE=ON -Wno-dev -G "%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DHUNTER_CONFIGURATION_TYPES=%CONFIGURATION% -DCMAKE_INSTALL_PREFIX=C:\install

build_script:
- cmake --build build --target install
- cmake --build build --target install --parallel 1
- cmake --build build --target package

after_build:
Expand Down

0 comments on commit 985aa13

Please sign in to comment.