summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-04-04 08:27:10 +1200
committerCommit Bot <commit-bot@chromium.org>2021-04-05 23:11:15 +0000
commit68243170548b3e08f50977a4d140f6344732b820 (patch)
treeb88929df8f45620234b6eee1d42657b3fedb9910
parent9edbb53dc2eb27b05c36098c522232d31fef4202 (diff)
downloadchrome-ec-68243170548b3e08f50977a4d140f6344732b820.tar.gz
gitlab: Update build name for zephyr
The directory has changed. Update this in the gitlab file so that builds can succeed. BUG=b:178731498 BRANCH=none TEST=pass at https://gitlab.com/zephyr-ec/ec/-/pipelines/281069048 Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: If4924a221f33b3ad17c97a20ead1c35fc760291d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2803995 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fbbc2a2c6f..8fe2e155d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,8 @@ test:
run:
script:
- zmake --zephyr-base "${ZEPHYR_BASE}" --modules-dir "${MODULES_DIR}"
- -l DEBUG configure -b -B "${BUILD_DIR}/vol" -t zephyr zephyr/projects/volteer
+ -l DEBUG configure -b -B "${BUILD_DIR}/vol" -t zephyr
+ zephyr/projects/volteer/volteer
- ls "${BUILD_DIR}/vol" "${BUILD_DIR}/vol/output"
artifacts:
paths: