Skip to content

Commit

Permalink
fix premake args
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Jul 19, 2018
1 parent 6942dd5 commit b611e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ before_install:
- "./.travis.before_install.$TRAVIS_OS_NAME.sh"
script:
- cd Dependencies
- "../premake.sh gmake --architecture=${ARCH}"
- "../premake.sh --core --wx-config=${WX_CONFIG} gmake"
- make -C Build -j4 config=${CONFIG}
- cd ..
- "./premake.sh gmake --architecture=${ARCH} ${ARGS}"
- "./premake.sh --core gmake"
- make -C Build -j4 config=${CONFIG}
notifications:
slack:
Expand Down

0 comments on commit b611e5c

Please sign in to comment.