[CI] update travis to build android and mingw
This commit is contained in:
parent
76337593b3
commit
7731ab5858
19
.travis.yml
19
.travis.yml
@ -14,24 +14,30 @@ addons:
|
||||
packages:
|
||||
- g++-4.9
|
||||
- expect
|
||||
- binutils-mingw-w64-i686
|
||||
- gcc-mingw-w64-i686
|
||||
- g++-mingw-w64-i686
|
||||
#- binutils-mingw-w64-x86-64 # 64bit MinGW
|
||||
#- gcc-mingw-w64-x86-64
|
||||
#- g++-mingw-w64-x86-64
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CONF=release BUILDER=gcc TARGET=Linux TAG=Linux COMPILATOR_OPTION="--compilator-version=4.9"
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
env: CONF=debug BUILDER=clang TARGET=Linux
|
||||
- os: linux
|
||||
env: CONF=release BUILDER=gcc TARGET=Windows TAG=Mingw
|
||||
compiler: clang
|
||||
#- os: linux
|
||||
# env: CONF=release BUILDER=gcc TARGET=Windows TAG=Mingw
|
||||
# compiler: x86_64-w64-mingw32-gcc
|
||||
- os: linux
|
||||
env: CONF=release BUILDER=gcc TARGET=Android TAG=Android DISABLE_PACKAGE=-p
|
||||
compiler: gcc
|
||||
- os: osx
|
||||
env: CONF=release BUILDER=clang TARGET=MacOs TAG=MacOs
|
||||
compiler: clang
|
||||
- os: osx
|
||||
env: CONF=release BUILDER=clang TARGET=IOs TAG=IOs
|
||||
compiler: clang
|
||||
|
||||
install:
|
||||
- cd ..
|
||||
@ -42,6 +48,7 @@ install:
|
||||
fi
|
||||
- git clone --depth 1 --branch master https://github.com/atria-soft/ci.git
|
||||
- cd -
|
||||
#- ls -l /usr/bin/x86_64*
|
||||
|
||||
before_script:
|
||||
- cd ..
|
||||
@ -58,7 +65,7 @@ before_script:
|
||||
- mkdir WORKING_DIRECTORY
|
||||
- cd WORKING_DIRECTORY
|
||||
- ../bin/repo init -u https://github.com/atria-soft/manifest.git --depth=10
|
||||
- ../bin/repo sync -j8
|
||||
- ../bin/repo sync -j2
|
||||
- rm -rf atria-soft/gale
|
||||
- cd ..
|
||||
- pwd
|
||||
|
32
README.md
32
README.md
@ -3,21 +3,45 @@ gale
|
||||
|
||||
`gale` is an abtracter of the low level graphic windowing (like the SDL but in C++11)
|
||||
|
||||
It is designed to abstract systems
|
||||
It is designed to abstract systems
|
||||
- Linux
|
||||
- MacOs
|
||||
- Windows
|
||||
- Android
|
||||
- Ios
|
||||
|
||||
Release (master)
|
||||
----------------
|
||||
|
||||
[](https://travis-ci.org/atria-soft/gale)
|
||||
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
|
||||
Developement (dev)
|
||||
------------------
|
||||
|
||||
[](https://travis-ci.org/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
[](http://atria-soft.com/ci/atria-soft/gale)
|
||||
|
||||
|
||||
|
||||
Instructions
|
||||
============
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user