Open Source Tomb Raider Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 515B

12345678910111213141516171819202122232425
  1. language: cpp
  2. compiler:
  3. - clang
  4. before_install:
  5. - sudo add-apt-repository ppa:zoogie/sdl2-snapshots
  6. - sudo apt-get -qq -y update
  7. install:
  8. - sudo apt-get -qq -y install libsdl2 libsdl2-ttf libalut-dev libpng12-dev zlib1g-dev
  9. script:
  10. - (mkdir build && cd build && cmake .. && make)
  11. notifications:
  12. irc:
  13. channels:
  14. - "chat.freenode.net#OpenRaider"
  15. template:
  16. - "%{repository}/%{branch} (%{commit} - %{author}): %{message}"
  17. os:
  18. - linux
  19. # - osx