Skip to content

Commit

Permalink
update travis config to mirror Core
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Jul 19, 2018
1 parent 78899d8 commit 6942dd5
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: cpp

#linux globals
dist: trusty
sudo: required
addons:
Expand All @@ -10,7 +8,6 @@ addons:
packages:
- gcc-5
- g++-5

matrix:
include:
- os: linux
Expand Down Expand Up @@ -56,21 +53,16 @@ matrix:

git:
submodules: false

before_install:
- git submodule update --init --recursive
- ./.travis.before_install.$TRAVIS_OS_NAME.sh

- "./.travis.before_install.$TRAVIS_OS_NAME.sh"
script:
- cd Dependencies
- ../premake.sh --core --wx-config=${WX_CONFIG} gmake
- cd Build
- make -j4 config=${CONFIG}_x64
- cd ../..
- ./premake.sh --core gmake
- cd Build
- make -j4 config=${CONFIG}_x64

- "../premake.sh gmake --architecture=${ARCH}"
- make -C Build -j4 config=${CONFIG}
- cd ..
- "./premake.sh gmake --architecture=${ARCH} ${ARGS}"
- make -C Build -j4 config=${CONFIG}
notifications:
slack:
on_start: never
Expand Down

0 comments on commit 6942dd5

Please sign in to comment.