]> git.stg.codes - stg.git/commitdiff
Add README.md for GitHub and .travis.yml for Travis-CI
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 17 Sep 2016 12:56:27 +0000 (15:56 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 17 Sep 2016 12:56:27 +0000 (15:56 +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..b6f3578
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# Stargazer
+A billing system for small home and office networks.