ソースを参照

Automated zip bundle for sharing

Kajetan Johannes Hammerle 5 日 前
コミット
e1670f10d2
2 ファイル変更9 行追加0 行削除
  1. 1 0
      .gitignore
  2. 8 0
      build_bundle.sh

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@ build_debug
 build_profile
 build_release
 build_docker
+bundle.zip
 install
 profile
 tasks_settings

+ 8 - 0
build_bundle.sh

@@ -0,0 +1,8 @@
+#!/bin/sh
+
+cd "$(dirname "$0")"
+./build_container.sh
+
+zip "bundle.zip" test/*.basic test/*.basic_result examples/*.basic
+cd build_docker
+zip "../bundle.zip" basic test