From 174102de618a1ac11ab1065191c6d0cd93cd17fb Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 30 Nov 2017 18:49:26 +0100 Subject: Added Travis and Screenshot --- .travis.yml | 16 ++++++++++++++++ README.md | 11 +++++++---- screenshot.png | Bin 0 -> 40604 bytes 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 .travis.yml create mode 100644 screenshot.png 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 Binary files /dev/null and b/screenshot.png differ -- cgit v1.2.3