From eb504ca304c43bb03e96fd9f0964e84333f13c5b Mon Sep 17 00:00:00 2001 From: Ethan P Date: Fri, 21 Jun 2019 14:50:34 -0700 Subject: [PATCH] Added artifacts to CI --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51e73f9..661bf1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ commands: command: apk update - run: name: "Setup: Install build packages." - command: apk add bash python2 + command: apk add bash python2 diffutils - run: name: "Setup: Install runtime packages." command: apk add bat ripgrep ncurses @@ -44,6 +44,8 @@ jobs: - checkout - build: minify: "all" + - store_artifacts: + path: bin test-snapshots: executor: linux_alpine