Skip to content

Commit

Permalink
CI: modify appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Mar 20, 2024
1 parent 1eb0501 commit 4646bbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
See RabbitCommon: 7ed300a206d8a36c30003b6c19ad181682d0ff5f
- FFmpeg: update API avpicture_* to av_image_*
- Support Qt6
- Use RabbitCommon v2.0.1
- Replace RabbitCommon::CDir::GetOpenDirectory with QFileDialog::getExistingDirectory etc
- Use json format update
- Use [RabbitCommon v2.2.0](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.0)
- Copy ChangeLog etc files to ${CMAKE_INSTALL_DOCDIR}

- v0.0.4
Expand Down
4 changes: 1 addition & 3 deletions ChangeLog_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
详见:RabbitCommon: 7ed300a206d8a36c30003b6c19ad181682d0ff5f
- FFmpeg: 兼容 API avpicture_* to av_image_*
- 支持 Qt6
- 使用 RabbitCommon v2.0.1
- 使用 json 格式更新
- 用 QFileDialog::getExistingDirectory 替换 RabbitCommon::CDir::GetOpenDirectory
- 使用 [RabbitCommon v2.2.0](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.0)
- 复制日志等文件到 ${CMAKE_INSTALL_DOCDIR}

- v0.0.4
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ install:
{
git clone -q "https://github.com/microsoft/vcpkg.git"
cd ${env:VCPKG_DIR}
git checkout -q -b 2ac6ba173be85207a7bac4f0f02f5486f9fd4c0f 2ac6ba173be85207a7bac4f0f02f5486f9fd4c0f
git checkout -q -b 898b728edc5e0d12b50015f9cd18247c4257a3eb 898b728edc5e0d12b50015f9cd18247c4257a3eb
bootstrap-vcpkg.bat
}
Expand Down

0 comments on commit 4646bbe

Please sign in to comment.