hello_clang

CircleCI

quick start

install Docker, clone this repository and...

wakeup docker container

bin/wakeup

into docker container

bin/console

build

make

build && test

make test

command list

docker env

run container

# without build
$ docker-compose up -d
# with (force) build
$ docker-compose up -d --build

enter into container

$ docker-compose exec main bash

compile

form mac terminal

build

$ docker-compose exec main make

test

$ docker-compose exec main make test

clean up build assets

$ docker-compose exec main make clean

from inside docker

build

$ make

test

$ make test

clean up build assets

$ make clean

ref

progress

  • ステップ1
  • ステップ2
  • ステップ3
  • ステップ4
  • ステップ5
  • ステップ6
  • ステップ7
  • ステップ8
  • ステップ9
  • ステップ10
  • ステップ11
  • ステップ12
  • ステップ13
  • ステップ14
  • ステップ15
  • ステップ16
  • ステップ17
  • ステップ18
  • ステップ19
  • ステップ20
  • ステップ21
  • ステップ22
  • ステップ23
  • ステップ24
  • ステップ25
  • ステップ26
  • ステップ27