From 0b941fee603729a85f7ff4f19ba3714b026c1a7b Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Sun, 10 Jun 2018 23:43:16 +0200 Subject: [PATCH] example ci build --- .gitlab-ci.yml | 4 ++-- src/examples/basic/ExampleApp.h | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3bed47..e597464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,5 @@ firmware-build: - platformio ci --lib="." --board=esp12e src/examples/mesh/ artifacts: paths: - - .pioenvs/*/firmware.* - - .pioenvs/*/spiffs.bin \ No newline at end of file + - .pioenvs/esp12e/firmware.bin + - .pioenvs/esp12e/spiffs.bin \ No newline at end of file diff --git a/src/examples/basic/ExampleApp.h b/src/examples/basic/ExampleApp.h index 8bad49a..17bb9b0 100644 --- a/src/examples/basic/ExampleApp.h +++ b/src/examples/basic/ExampleApp.h @@ -2,10 +2,9 @@ #define __EXAMPLE_APP__ //#include "Sprocket.h" +#include #include #include "App.h" -#include - using namespace std; using namespace std::placeholders;