From e14f197ca11b10a8f225c9618170880ff2eb756e Mon Sep 17 00:00:00 2001 From: Ernest Chen Date: Sat, 5 Nov 2022 17:17:34 +0800 Subject: [PATCH] [update] auto run command --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc1c59d27d..95d7c13e73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,12 @@ +autoOpen: true +apps: + - port: 8501 + command: scons -j2 -C bsp/stm32/stm32l475-atk-pandora/ + root: ./ + name: rt-thread + description: 开发板运行 + autoOpen: true + before_script: - uname -a - cat /etc/issue -- GitLab