From ac0678527bf9c846a24fc34ae7bca6b4d33624a1 Mon Sep 17 00:00:00 2001 From: N2614 Date: Thu, 19 Jan 2012 06:01:50 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=83=81=E3=82=A7?= =?UTF-8?q?=E3=83=83=E3=82=AF=E7=94=A8=E3=83=93=E3=83=AB=E3=83=89=E3=82=B9?= =?UTF-8?q?=E3=82=AF=E3=83=AA=E3=83=97=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@576 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/build.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 trunk/ConsoleDataMigration/sources/build.sh diff --git a/trunk/ConsoleDataMigration/sources/build.sh b/trunk/ConsoleDataMigration/sources/build.sh new file mode 100755 index 0000000..cf269e5 --- /dev/null +++ b/trunk/ConsoleDataMigration/sources/build.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +# ツールのビルド +omake BUILD=development FILTER=CTR-TS.*fast -j8 + +# CTR自動テストのビルド +cd tests +omake -j8 dotests-emumem BUILD=development FILTER=CTR-TS*.fast SKIP_RUN=true +cd ../ + +# PC上のテストのビルド +cd tests/googletest/ +omake -j8 +cd ../../ \ No newline at end of file