13 lines
165 B
YAML
13 lines
165 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: eyedeekay/builders
|
|
|
|
steps:
|
|
- checkout
|
|
|
|
- run:
|
|
name: Build
|
|
command: make zip
|