Développer et télécharger des logiciels Open Source

Browse Subversion Repository

/[ttssh2]/trunk/ci_scripts/install.bat

Log of /trunk/ci_scripts/install.bat

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 10851 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 16 12:30:57 2023 UTC (9 months ago) by zmatsuo
File length: 274 byte(s)
Diff to previous 10845
カレントフォルダを保存するようにした、setlocalを削除した

- setlocal していると、endlocalしていなくてもbat終了時に endlocal と同等となるようだ
  - CMAKE_COMMAND 環境変数が呼び出し元に引き継がれない
  - endlocal時にsetlocal時のカレントフォルダに戻る
    - cd後にsetlocalしていたのでうまく元に戻らなかった
- pushd でフォルダを移動、 終了時に popd で元に戻すようにした

Revision 10845 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 15 13:46:20 2023 UTC (9 months ago) by nmaya
File length: 369 byte(s)
Diff to previous 10723
cmake を見つけられないのを修正

Revision 10723 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 29 14:29:06 2023 UTC (11 months, 3 weeks ago) by zmatsuo
File length: 269 byte(s)
Diff to previous 9601
cmake ビルドを調整

- Linux上などでもMinGW64bit版をビルドできるよう修正
  - -DARCHITECHTER=64 or 32 でに変更
- install_cygwin.cmake が2箇所に存在したので buildtools/ のみとした
  - ci_scripts/install_cygwin.cmake は削除
- ci_scripts/build_local_appveyor_vs20*.bat を修正
- ci_scripts/find_cmake.bat
  - 誤りを修正
- cygwin\CMakeLists.txt
  - MinGWビルド時、cygwinに関するビルドを行わないようにした
- libs
  - cmake の2重呼び出しを行わないようにした

Revision 9601 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 15 14:09:41 2021 UTC (2 years, 5 months ago) by zmatsuo
File length: 158 byte(s)
AppVeyor で Visual Studio 2022 ビルドを追加した

- cygwinを更新するようにした
  - Visual Studio 2008のとき(worker imageがVisual Studio 2013のとき)
  - 必要なパッケージをインストールするときに失敗していた
  - 最初にsetupを最新に入れ替えてパッケージの更新を行うようにした
- ビルド終了時にdiscordに通知する仕組みを追加
- cyglaunchのビルドエラーを修正
  - Visual Studio 2008のとき(worker imageがVisual Studio 2013のとき)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26