diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..4d1008c --- /dev/null +++ b/.circleci/config.yml @@ -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 \ No newline at end of file