BitBetter/.circleci/config.yml

16 lines
307 B
YAML
Raw Normal View History

2017-10-22 19:29:38 +02:00
version: 2
jobs:
build:
machine: true
2017-10-22 19:29:38 +02:00
steps:
- checkout
- run:
name: Print the Current Time
command: date
- run:
name: Generate Keys
command: ./.keys/generate-keys.sh
2017-10-22 19:29:38 +02:00
- run:
name: Build script
command: ./build.sh