Add config.yml

This commit is contained in:
SikkieNL 2024-02-05 22:35:57 +00:00 committed by GitHub
parent e6d38ad6cc
commit ec9a57cb01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
.circleci/config.yml Normal file
View File

@ -0,0 +1,12 @@
# NeoBytes CircleCI configuration file
version: 2
jobs:
build:
docker:
# Ubuntu 18.04 base image
- image: ubuntu:18.04
working_directory: neobytes/src/github.com/SikkieNL/neobytes
steps: