-
Notifications
You must be signed in to change notification settings - Fork 176
vcpkg導入検討(その2) #2024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
vcpkg導入検討(その2) #2024
Conversation
・LDFLAGSを使うようにする ・MinGWテストビルドでpchを使うようにする
googletestのビルドをvcpkg経由にする
|
✅ Build sakura 1.0.4463 completed (commit b4e718f008 by @berryzplus) |
状況
今後の対応
現状で対処不能なので凍結。 |
最新のMinGWビルドが15分で終わってるので、試しにビルド再試行してみます。 |
MinGWビルド、MinGWのインストールとビルドはできている。unittestが開始できずにタイムアウトしている。 |
✅ Build sakura 1.0.4553 completed (commit 5441979881 by @berryzplus) |
|
✅ Build sakura 1.0.4554 completed (commit 40eb728933 by @berryzplus) |
MinGWビルドのタイムアウトは、tests1.exeのエントリポイントの定義誤りが原因でwWinMainがエントリポイント扱いされてしまっていたことが原因。 |
PR対象
カテゴリ
PR の背景
この Pull Request はマージを目的としません。
仕様・動作説明
PR の影響範囲
テスト内容
関連 issue, PR
参考資料