mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
15 lines
317 B
YAML
15 lines
317 B
YAML
version: 2.1
|
|
jobs:
|
|
build:
|
|
machine: true
|
|
steps:
|
|
- checkout
|
|
- run:
|
|
name: Print the Current Time
|
|
command: date
|
|
- run:
|
|
name: Generate Keys
|
|
command: ./generateKeys.sh
|
|
- run:
|
|
name: Build script
|
|
command: ./build.sh y |