]> jfr.im git - irc/DALnet/bahamut.git/commitdiff
Added travis CI file
authorEmilio Escobar <redacted>
Tue, 20 Mar 2018 02:12:03 +0000 (19:12 -0700)
committerEmilio Escobar <redacted>
Tue, 20 Mar 2018 02:12:03 +0000 (19:12 -0700)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..59cbf1e
--- /dev/null
@@ -0,0 +1,51 @@
+/************************************************************************
+ *   IRC - Internet Relay Chat, .travis.yml
+ *   Copyright (C) 1990 Jarkko Oikarinen and
+ *   University of Oulu, Computing Center
+ *
+ *   See file AUTHORS in IRC package for additional names of
+ *   the programmers.
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 1, or (at your option)
+ *   any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+ language: c
+
+ compiler:
+         - gcc
+         - clang
+
+os:
+        - linux
+
+addons:
+        apt:
+                packages:
+                        - check
+                        - libssl-dev
+
+script:
+        - ./configure
+        - make
+        - make test
+
+notifications:
+        irc:
+                channels:
+                        - "irc.dal.net:#coders"
+                template:
+                        - "bahamut-build #%{build_number} (%{commit} by %{author}): %{message}"
+                        - "See detail at %{build_url}"
+         email: false