mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Testing travis-ci
This commit is contained in:
parent
0a1dfe0633
commit
8324daaf67
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
|
||||||
|
script:
|
||||||
|
- "make"
|
||||||
|
- "make run_all_tests"
|
@ -1,6 +1,7 @@
|
|||||||
# Aseprite
|
# Aseprite
|
||||||
*Copyright (C) 2001-2015 David Capello*
|
*Copyright (C) 2001-2015 David Capello*
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/aseprite/aseprite.svg)](https://travis-ci.org/aseprite/aseprite)
|
||||||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aseprite/aseprite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aseprite/aseprite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
> THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY<br/>
|
> THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY<br/>
|
||||||
|
Loading…
Reference in New Issue
Block a user