From af768e0cad2869cb46041e060cbd7e00c8b7f512 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 6 Dec 2019 22:13:48 +0000 Subject: [PATCH] Added artifacts path --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d9aa684..4e91bfea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,6 +26,8 @@ jobs: - run: name: Creating Binary Files command: 'cmake --build build' + - store_artifacts: + path: /bin/etltest - run: name: Listing command: 'ls -lrt /root/project/build' @@ -37,4 +39,4 @@ jobs: command: 'cat /root/project/build/CMakeFiles/CMakeOutput.log' - run: name: ETL Unit Testing - command: './bin/etl' \ No newline at end of file + command: './bin/etltest/etl' \ No newline at end of file