# # Author: Hari Sekhon # Date: 2020-02-23 23:30:14 +0000 (Sun, 23 Feb 2020) # Original: H1 2016 (Circle CI 1.x) # # vim:ts=2:sts=2:sw=2:et # # https://github.com/harisekhon/bash-tools # # License: see accompanying Hari Sekhon LICENSE file # # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish # # https://www.linkedin.com/in/harisekhon # # https://circleci.com/docs/2.0/configuration-reference version: 2.1 jobs: build: machine: #image: ubuntu-1604:201903-01 image: default steps: - checkout - run: make init - run: make - run: make test