Skip to content

Commit d1c004b

Browse files
committed
added .cirrus.yml
1 parent 503368c commit d1c004b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.cirrus.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#
2+
# Author: Hari Sekhon
3+
# Date: 2020-02-24 16:55:36 +0000 (Mon, 24 Feb 2020)
4+
#
5+
# vim:ts=4:sts=4:sw=4:et
6+
#
7+
# https://github.com/harisekhon/dockerfiles
8+
#
9+
# License: see accompanying Hari Sekhon LICENSE file
10+
#
11+
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
12+
#
13+
# https://www.linkedin.com/in/harisekhon
14+
#
15+
16+
container:
17+
image: ubuntu:18.04
18+
19+
task:
20+
script: sudo apt update -qq && apt install -qy git make && make init && make ci test

0 commit comments

Comments
 (0)