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