Browse Source

[github][action] check the dist project for ci (#7320)

supperthomas 2 years ago
parent
commit
a5ad874417
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/action_tools.yml

+ 5 - 0
.github/workflows/action_tools.yml

@@ -77,3 +77,8 @@ jobs:
         echo "Test to dist project"
         scons --dist -C $TEST_BSP_ROOT
         scons --dist-ide -C $TEST_BSP_ROOT
+        ls $TEST_BSP_ROOT
+        ls $TEST_BSP_ROOT/dist
+        scons -C $TEST_BSP_ROOT/dist/project
+        scons -C $TEST_BSP_ROOT/rt-studio-project
+