aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptitSeb2017-11-30 18:49:26 +0100
committerptitSeb2017-11-30 18:49:26 +0100
commit174102de618a1ac11ab1065191c6d0cd93cd17fb (patch)
tree2aa34e2056e6abfbba171528f373c5462d1985f0
parent57d9f035a3a0ae0c3dad879f346754a0e9f45f31 (diff)
downloadhydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.tar.gz
hydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.tar.bz2
hydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.zip
Added Travis and Screenshot
-rw-r--r--.travis.yml16
-rw-r--r--README.md11
-rw-r--r--screenshot.pngbin0 -> 40604 bytes
3 files changed, 23 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c995fd8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: cpp
+sudo: true
+dist: trusty
+addons:
+ apt:
+ packages:
+ - libsdl2-dev
+ - libsdl2-mixer-dev
+
+compiler:
+ - g++
+
+#Build steps
+script:
+ - cmake .
+ - make \ No newline at end of file
diff --git a/README.md b/README.md
index 43f0231..5da8a5a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
-Hydra Castle Labyrinth
-===
+# Hydra Castle Labyrinth
+
+![HCL build status](https://api.travis-ci.org/ptitSeb/hydracastlelabyrinth.png "HCL build status")
This version of Hydra Castle Labyrinth is based on the 3DS port (see below for original notice)
@@ -7,8 +8,10 @@ This vertsion use SDL (1.2) and build on Linux & OpenPandora.
You'll need SDL 1.2 and SDL_mixer to build
-Original Notice
----
+![sreenshot on Pandora](screenshot.png "screenshot on Pandora")
+
+# Original Notice
+
**This work has been done by an anon from /hbg/ on 4chan.org/vg/ and not me!**
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..b5019d4
--- /dev/null
+++ b/screenshot.png
Binary files differ