[DEV] update travis build system
This commit is contained in:
parent
39c7d777ce
commit
dc8e1741c7
22
.travis.yml
22
.travis.yml
@ -16,13 +16,23 @@ branches:
|
|||||||
|
|
||||||
# previous actions:
|
# previous actions:
|
||||||
before_script:
|
before_script:
|
||||||
|
- cd ..
|
||||||
- git clone git://github.com/HeeroYui/lutin.git
|
- git clone git://github.com/HeeroYui/lutin.git
|
||||||
- git submodule init
|
- mkdir bin
|
||||||
- git submodule update
|
- curl https://storage.googleapis.com/git-repo-downloads/repo > bin/repo
|
||||||
- cd external/z
|
- chmod a+x bin/repo
|
||||||
- git submodule init
|
- git config --global user.email "travis@travis.com"
|
||||||
- git submodule update
|
- git config --global user.name "Travis"
|
||||||
- cd ../..
|
- git config --global color.ui "auto"
|
||||||
|
- git config --global core.editor "vi"
|
||||||
|
- mkdir WORKING_DIRECTORY
|
||||||
|
- cd WORKING_DIRECTORY
|
||||||
|
- ../bin/repo init -u https://github.com/HeeroYui/manifest.git
|
||||||
|
- ../bin/repo sync -j8
|
||||||
|
- rm -rf ewol
|
||||||
|
- cd ..
|
||||||
|
- pwd
|
||||||
|
- ls -l
|
||||||
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
|
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user