mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2023-10-10 13:36:57 +02:00
d4abc9e5b7
* Initial work * Fix typo * Fix typo * Fix stupid issue * Add comments and fix minor issues * Add extra information * Add Linux script for generating keys * Add circleci * Add comments * Add extra option * Add missing permissions and empty script for now * Fix line endings * Add missing mount point * Simplify patch * Fix scripts * Reduce complexity * Fix circleci * Remove useless line * Move to src folder and improve image creation
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 |