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

Browse Subversion Repository

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

Log of /trunk/ci_scripts/build_appveyor.bat

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 10852 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 16 12:31:05 2023 UTC (9 months, 2 weeks ago) by zmatsuo
File length: 2318 byte(s)
Diff to previous 10723
カレントフォルダを明示的に指定するようにした、改行コードをCRLFに変更した

Revision 10723 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 29 14:29:06 2023 UTC (12 months ago) by zmatsuo
File length: 2240 byte(s)
Diff to previous 10408
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 10408 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 11 15:54:41 2022 UTC (17 months, 3 weeks ago) by zmatsuo
File length: 2886 byte(s)
Diff to previous 9764
インストーラから32bit版cygtermを外した

- cygwin 3.4.0-1 (2022-12-04リリース) から32bit Windows サポートがなくなった
  - 32bit cygwin用実行ファイルを作るためのパッケージがなくなった
    - cygwin32-gcc-g++, cygwin32-gcc-core
    - ci_scripts/build_appveyor.bat でインストールするのをやめた
- 32bit cygwin用実行ファイルを作成するgcc,g++がない場合でもビルドできるようにした
- installer\release.bat 終了時に bat だけが終了するようにした

Revision 9764 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 20 16:16:28 2022 UTC (2 years, 3 months ago) by zmatsuo
File length: 2838 byte(s)
Diff to previous 9601
svnrev_perl/ を buildtools/svnrev/ へ移動

ttssh2-dev 257

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

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

Revision 9524 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 11 15:29:47 2021 UTC (2 years, 6 months ago) by zmatsuo
File length: 2786 byte(s)
Diff to previous 9523
AppVeyor で msys2term をビルドできるよう修正

- msys2のcmakeをインストール

Revision 9523 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 10 15:36:13 2021 UTC (2 years, 6 months ago) by zmatsuo
File length: 2682 byte(s)
Diff to previous 9459
cmakeビルドが通らなかったので修正

- Appveyorでビルド時、必要なcygwinパッケージをインストールする
  - cmake, i686 cygwin用gcc
- インストーラー
  - cygtermのパスを修正
  - ビルドしたcygtermをインストールするようにした

Revision 9459 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 26 13:55:03 2021 UTC (2 years, 8 months ago) by zmatsuo
File length: 2522 byte(s)
Diff to previous 9456
AppVeyor スクリプトにインストールパッケージを追加した

- MinGW 64bit ビルド時 32bit環境用のツールもインストールするようにした
- 64bit ビルド時も 32bitでビルドするツールがあるため
  - cygtools
- r9454

Revision 9456 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 24 16:47:31 2021 UTC (2 years, 8 months ago) by zmatsuo
File length: 2388 byte(s)
Diff to previous 9440
インストーラーを常に作成するようにした

- 従来 MinGW ビルド時は生成しなかった

Revision 9440 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 16:07:18 2021 UTC (2 years, 8 months ago) by zmatsuo
File length: 2460 byte(s)
Diff to previous 8935
msys2をつかってローカルで簡単にビルドできるよう修正

- msys2をインストーラでインストールした直後の状態からビルドできるようにした
  - 従来は AppVayer 相当の環境が前提だった
- gcc, make もインストールするようにした

Revision 8935 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 8 15:14:22 2020 UTC (3 years, 8 months ago) by zmatsuo
File length: 2243 byte(s)
Diff to previous 8933
cmake,perl を buildtools/ に移動

- svn, git を使用していないとき、エラーメッセージを表示しないよう修正
- ci_scripts/appveyor.yml
  - buildtools をキャッシュ対象に追加
- ci_scripts/build_appveyor.bat
  - キャッシュサイズを小さくするため不要、未使用ファイルを削除
    - buildtools\download
    - buildtools\perl\c

Revision 8933 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 4 15:54:26 2020 UTC (3 years, 8 months ago) by zmatsuo
File length: 2140 byte(s)
Diff to previous 8932
svnrev_perl/svnrev.pl にビルド用情報出力をまとめた

- Tera Term のバージョン情報
  - teraterm/common/tt-version.h と svnrev.pl
- svnリビジョン番号の取得は svnrev_perl に一本化
  - cmake時、従来は CMakeLists.txt 内でもリビジョン番号を取得していた
- cmake 用のファイルも出力できるようにした
  - ${CMAKE_BINARY_DIR}/build_config.cmake を出力
- setup.exe,zipファイル名修正
  - version追加
  - teraterm-5.0.exe(zip) (release時)
  - teraterm-5.0-r9999-YYMMDD_hhmmss-user
- cmake ビルドで svnrev_perl/ から CMakeLists.txt を削除
  - svnversion_h ターゲット削除
    - 依存関係を修正
  - execute_process() で perl を呼び出すようにした

Revision 8932 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 4 15:54:17 2020 UTC (3 years, 8 months ago) by zmatsuo
File length: 2120 byte(s)
Diff to previous 8681
cmakeビルドでインストーラーをビルドできるようにした

- zip, inno_setup ターゲットを追加
- インストーラーに Unicode 版 lng ファイルを追加した
- installer/teraterm_cmake.iss.in 追加
  - teraterm.issのテンプレート
- ci_scripts
  - AppVeyor でインストーラが作成されるよう修正

Revision 8681 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 11 15:52:17 2020 UTC (4 years, 1 month ago) by zmatsuo
File length: 1874 byte(s)
Diff to previous 8571
svnrev_perl/ 追加

- teraterm/svnrev の置き換え
  - teraterm/svnrev/ 削除
- 生成ファイル
  - teraterm/ttpdlg/svnversion.h
  - svnrev_perl/sourcetree_info.bat
- 書き込まれる情報
  - リビジョン番号(従来と同じ)
  - リリース版か否か (svnのブランチ名から判定)
  - ブランチ名
- サポートするプロジェクト
  - vs2005
  - vs2019
  - cmake
- perl
  - perl のダウンロード (libs/getperl.bat) を追加
  - libs/ をビルドしているとき strawberry perl が見つからなかった場合は自動でダウンロードする

Revision 8571 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 3 15:55:02 2020 UTC (4 years, 3 months ago) by zmatsuo
File length: 1643 byte(s)
Diff to previous 8570
msys2 の svn でエラーが出ていたので修正

- パスの変換 "c:/..." -> "/c/..."
- スクリプトの修正

Revision 8570 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Mar 1 15:44:31 2020 UTC (4 years, 3 months ago) by zmatsuo
File length: 1514 byte(s)
AppVeyor向けのスクリプトを追加

- VS2008 のとき、_WIN32_WINNT = 0x0501 とした (CMakeLists.txt)
- lng ファイルの変換とコピーの依存関係を明示 (installer/CmaeLists.txt)
- 一時停止なしにダウンロードできるようにした (libs/getcmake.bat)

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