Added artifacts to CI

This commit is contained in:
Ethan P 2019-06-21 14:50:34 -07:00
parent b1bf3d1431
commit eb504ca304
No known key found for this signature in database
GPG Key ID: 1F8DF8091CD46FBC

View File

@ -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