mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-20 19:57:46 +02:00
Added artifacts to CI
This commit is contained in:
parent
b1bf3d1431
commit
eb504ca304
@ -19,7 +19,7 @@ commands:
|
|||||||
command: apk update
|
command: apk update
|
||||||
- run:
|
- run:
|
||||||
name: "Setup: Install build packages."
|
name: "Setup: Install build packages."
|
||||||
command: apk add bash python2
|
command: apk add bash python2 diffutils
|
||||||
- run:
|
- run:
|
||||||
name: "Setup: Install runtime packages."
|
name: "Setup: Install runtime packages."
|
||||||
command: apk add bat ripgrep ncurses
|
command: apk add bat ripgrep ncurses
|
||||||
@ -44,6 +44,8 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- build:
|
- build:
|
||||||
minify: "all"
|
minify: "all"
|
||||||
|
- store_artifacts:
|
||||||
|
path: bin
|
||||||
|
|
||||||
test-snapshots:
|
test-snapshots:
|
||||||
executor: linux_alpine
|
executor: linux_alpine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user