mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-14 12:18:47 +07:00
update travis cmake
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -64,6 +64,19 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
before_install:
|
before_install:
|
||||||
- eval "${MATRIX_EVAL}"
|
- eval "${MATRIX_EVAL}"
|
||||||
|
- if [ "$TRAVIS_OS_NAME" == 'osx' ]; then
|
||||||
|
brew update;
|
||||||
|
brew upgrade cmake;
|
||||||
|
brew install git-lfs;
|
||||||
|
fi
|
||||||
|
- if [ "$TRAVIS_OS_NAME" == 'linux' ]; then
|
||||||
|
mkdir $HOME/cmake;
|
||||||
|
export PATH="$HOME/cmake/bin:$PATH";
|
||||||
|
travis_retry wget -q https://cmake.org/files/v3.11/cmake-3.11.4-Linux-x86_64.sh;
|
||||||
|
sh cmake-3.11.4-Linux-x86_64.sh --prefix=$HOME/cmake --exclude-subdir --skip-license;
|
||||||
|
fi
|
||||||
script:
|
script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
- git lfs install
|
||||||
|
- git lfs pull
|
||||||
- ./scripts/build_all.sh
|
- ./scripts/build_all.sh
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.9.2 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
|
||||||
project(enduro2d-bootstrap)
|
project(enduro2d-bootstrap)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user