]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/gmqcc-src/.travis.yml
By fteqcc, hello gmqcc
[voretournament/voretournament.git] / misc / source / gmqcc-src / .travis.yml
diff --git a/misc/source/gmqcc-src/.travis.yml b/misc/source/gmqcc-src/.travis.yml
new file mode 100644 (file)
index 0000000..fdadff8
--- /dev/null
@@ -0,0 +1,14 @@
+language: c
+compiler:
+  - gcc
+  - clang
+# Change this to your needs
+script: make && make check
+notifications:
+    irc:
+        channels:
+          - "irc.freenode.org#kf-engine"
+        template:
+          - "[%{commit} : %{author}] %{message}"
+          - "%{build_url}"
+        skip_join: true