From 1276947aa462f91516d0e29fb4bc4f11b4a98af5 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Tue, 8 Sep 2020 21:51:25 +0930 Subject: [PATCH] Change working directory for library dependencies in ci build. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f67d11f..cb07873 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,9 @@ build_esp32: image: vato.ddns.net:8083/shaguarger/platformio stage: build script: + - cd esp32 - platformio ci --board=esp32doit-devkit-v1 - variables: {PLATFORMIO_CI_SRC: 'esp32/src/main.cpp'} + variables: {PLATFORMIO_CI_SRC: 'src/main.cpp'} deploy_pycar: image: vato.ddns.net:8083/python-infra:buster