Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5557818

Browse files
committed
Add example CircleCI configuration
1 parentf248a89 commit5557818

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

‎.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version:2.0
2+
jobs:
3+
build:
4+
docker:
5+
-image:circleci/python:latest
6+
7+
working_directory:~/repo
8+
9+
steps:
10+
-checkout
11+
12+
-run:
13+
name:Greeting
14+
command:echo Hello, world.
15+
16+
-run:
17+
name:Print the Current Time
18+
command:date

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp