[Scummvm-cvs-logs] scummvm master -> ad72d938736d84cc415e7f75c43ef9894424a297

sev- sev at scummvm.org
Thu Jul 28 09:42:52 CEST 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a079dd6250 BUILD: Added Travis-CI support
ad72d93873 Merge pull request #608 from mgerhardy/travis


Commit: a079dd62505c45ea56d033553e9cd91debc00896
    https://github.com/scummvm/scummvm/commit/a079dd62505c45ea56d033553e9cd91debc00896
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2015-08-01T19:54:44+02:00

Commit Message:
BUILD: Added Travis-CI support

Changed paths:
  A .travis.yml



diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e0bffb8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,39 @@
+language:
+  - cpp
+
+sudo: false
+
+addons:
+  apt:
+    packages:
+    - g++ make
+    - libsdl1.2-dev
+    - libjpeg62-turbo-dev
+    - libmpeg2-4-dev
+    - libogg-dev
+    - libvorbis-dev
+    - libflac-dev
+    - libmad0-dev
+    - libpng-dev
+    - libtheora-dev
+    - libfaad-dev
+    - libfluidsynth-dev
+    - libfreetype6-dev
+    - zlib1g-dev
+
+branches:
+ only:
+   - master
+
+compiler:
+  - gcc
+  - clang
+
+os:
+  - linux
+
+script:
+  - ./configure --enable-all-engines
+  - make
+  - make test
+  - make devtools


Commit: ad72d938736d84cc415e7f75c43ef9894424a297
    https://github.com/scummvm/scummvm/commit/ad72d938736d84cc415e7f75c43ef9894424a297
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-07-28T10:42:48+03:00

Commit Message:
Merge pull request #608 from mgerhardy/travis

BUILD: Added Travis-CI support

Changed paths:
  A .travis.yml









More information about the Scummvm-git-logs mailing list