testing circle-ci #3

This commit is contained in:
Phuntsok Drak-pa 2018-05-23 17:42:33 +02:00
parent 8fb6ebc51b
commit 41ece093a8
1 changed files with 3 additions and 1 deletions

View File

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