mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-12 22:43:27 +00:00
Add circleci
This commit is contained in:
parent
5a51de4dfb
commit
417e1dd132
15
.circleci/config.yml
Normal file
15
.circleci/config.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Reference in New Issue
Block a user