Browse Source

👷 ajout config circle ci

test hello world
pull/2/head
Morgan Lombard 6 years ago
parent
commit
3ce3285944
  1. 11
      .circleci/config.yml

11
.circleci/config.yml

@ -0,0 +1,11 @@
version: 2.1
jobs:
build:
docker:
- image: alpine:3.7
steps:
- run:
name: Test first step
command: |
echo 'Hello world'
echo 'Test ajout projet circleci'
Loading…
Cancel
Save