testing circle-ci #3
This commit is contained in:
parent
8fb6ebc51b
commit
41ece093a8
@ -2,7 +2,9 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
|
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:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: echo "A first hello"
|
- run: echo "A first hello"
|
||||||
|
- run: cd build
|
||||||
|
- run: pwd
|
||||||
|
Loading…
Reference in New Issue
Block a user