Add circleci

This commit is contained in:
Michiel Hazelhof 2023-01-03 13:02:02 +01:00
parent 5a51de4dfb
commit 417e1dd132
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF
1 changed files with 15 additions and 0 deletions

15
.circleci/config.yml Normal file
View 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