[CI/Trivial] Add aarch64
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 31 Oct 2018 09:49:33 +0000 (18:49 +0900)
committerGeunsik Lim <leemgs@users.noreply.github.com>
Thu, 1 Nov 2018 04:23:03 +0000 (13:23 +0900)
CC: @leemgs @ohsewon
Add aarch64 (arm64) build/unittest check

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
.TAOS-CI/taos/auto-unittest.sh
.TAOS-CI/taos/config/config-environment.sh

index 58c227a..e4780ce 100644 (file)
@@ -14,7 +14,7 @@
 # Set-up environements
 dirpath="$( cd "$( dirname "$0")" && pwd )"
 build_root="${dirpath}/../../"
-arch_type="x86_64 armv7l"
+arch_type="x86_64 armv7l aarch64"
 echo -e "[DEBUG] dirpath : $dirpath"
 echo -e "[DEBUG] build_root : $build_root"
 source ./common/api_collection.sh
index 12429cd..4d5beb1 100644 (file)
@@ -73,7 +73,7 @@ pr_comment_many_commit=0
 pr_comment_pr_monitor=0
 
 #### Build test: Write build type to test ex) "x86_64 armv7l" 
-pr_build_arch_type="x86_64 armv7l"
+pr_build_arch_type="x86_64 armv7l aarch64"
 
 ### Check level of doxygen tag:
 # Basic = 0 (@file + @brief)