lzw-assignment/.circleci/config.yml

11 lines
271 B
YAML

version: 2
jobs:
build:
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
- image: enumack/buildcontainers:gcc-8.1
steps:
- checkout
- run: echo "A first hello"
- run: cd build
- run: pwd