Skip to content

Commit

Permalink
Save some AppVeyor resources for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jun 21, 2021
1 parent 8e9f5ff commit 6410a70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ before_build:
- cmake -G %CMAKE_GENERATOR% -S %APPVEYOR_BUILD_FOLDER% -B %APPVEYOR_BUILD_FOLDER%-build

build_script:
- cmake --build %APPVEYOR_BUILD_FOLDER%-build
# @todo Just targetting a subset of libs for now, to save AppVeyor resources.
- cmake --build %APPVEYOR_BUILD_FOLDER%-build --target QtAwsAcm QtAwsCore QtAwsS3 QtAwsS3Control QtAwsXRay

after_build:
# Add a link to the build output within the source directory. This is needed because AppVeyor does
Expand Down

0 comments on commit 6410a70

Please sign in to comment.