]> git.stg.codes - stg.git/commitdiff
Merge remote-tracking branch 'origin/stg-2.409' into ticket37
authorElena Mamontova <helenh463@gmail.com>
Tue, 18 Oct 2016 13:38:54 +0000 (16:38 +0300)
committerElena Mamontova <helenh463@gmail.com>
Tue, 18 Oct 2016 13:38:54 +0000 (16:38 +0300)
.travis.yml [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..541acd3
--- /dev/null
@@ -0,0 +1,14 @@
+# Enable Trusty dist, Standard is ancient.
+dist: trusty
+# Enable C++ support
+language:
+  - c
+  - cpp
+# # Compiler selection
+compiler:
+  - clang
+  - gcc
+# Build steps
+script:
+  - cd projects/stargazer
+  - ./build debug && make clean && make
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..f474673
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# Stargazer
+[![Build Status](https://travis-ci.org/madf/stg.svg?branch=master)](https://travis-ci.org/madf/stg)
+
+A billing system for small home and office networks.