Skip to content

Commit 8daa069

Browse files
authored
Initial Circle CI test
1 parent d3e9675 commit 8daa069

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: "circleci/buildpack-deps"
7+
steps:
8+
- checkout
9+
- run:
10+
name: Run Make
11+
command: 'make'
12+
- run:
13+
name: Try pinging Google 5 Times
14+
command: './cping google.com -c 5'

0 commit comments

Comments
 (0)