We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503368c commit d1c004bCopy full SHA for d1c004b
.cirrus.yml
@@ -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