Skip to content

Commit

Permalink
Initial Travis-CI setup (ihhub#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored and taeber committed Apr 24, 2020
1 parent cbb591c commit 2ddbd27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ language: cpp
matrix:
include:
- os: linux
- os: osx
before_install:
- sudo apt-get update
- sudo apt-get install -y libsdl1.2-dev
- sudo apt-get install -y libsdl-ttf2.0-dev
- sudo apt-get install -y libsdl-mixer1.2-dev
- sudo apt-get install -y libsdl-image1.2-dev

script:
- |
Expand Down

0 comments on commit 2ddbd27

Please sign in to comment.