Skip to content

Commit c571530

Browse files
author
Melih Aksoy
committed
Added CircleCI
1 parent 1e4fe3b commit c571530

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Use the latest 2.1 version of CircleCI pipeline processing engine, see https://circleci.com/docs/2.0/configuration-reference/
2+
version: 2.1
3+
4+
# Use a package of configuration called an orb, see https://circleci.com/docs/2.0/orb-intro/
5+
orbs:
6+
# Declare a dependency on the welcome-orb
7+
welcome: circleci/[email protected]
8+
9+
# Orchestrate or schedule a set of jobs, see https://circleci.com/docs/2.0/workflows/
10+
workflows:
11+
# Name the workflow "Welcome"
12+
Welcome:
13+
# Run the welcome/run job in its own container
14+
jobs:
15+
- welcome/run

0 commit comments

Comments
 (0)