Hopefully build dump_syms as part of setup
This commit is contained in:
parent
7227d3fd30
commit
a8bc419778
13
.travis.yml
13
.travis.yml
@ -11,14 +11,17 @@ before_script:
|
|||||||
- git clone --depth=1 --branch=master https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
- git clone --depth=1 --branch=master https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
- git clone --depth=1 --branch=1.7-dev https://github.com/alliedmodders/sourcemod sourcemod-1.5
|
- git clone --depth=1 --branch=1.7-dev https://github.com/alliedmodders/sourcemod sourcemod-1.5
|
||||||
- git clone --depth=1 --branch=master https://github.com/alliedmodders/ambuild
|
- git clone --depth=1 --branch=master https://github.com/alliedmodders/ambuild
|
||||||
- cd ambuild
|
- cd ambuild && python setup.py install --user
|
||||||
- python setup.py install --user
|
- cd $TRAVIS_BUILD_DIR
|
||||||
|
- ../depot_tools/fetch breakpad
|
||||||
|
- mkdir ../dump_syms_build && cd ../dump_syms_build
|
||||||
|
- CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 $TRAVIS_BUILD_DIR/src/configure
|
||||||
|
- make src/tools/linux/dump_syms/dump_syms
|
||||||
|
- export PATH=$PATH:$PWD/src/tools/linux/dump_syms/
|
||||||
- cd $TRAVIS_BUILD_DIR
|
- cd $TRAVIS_BUILD_DIR
|
||||||
- git fetch --unshallow || true
|
- git fetch --unshallow || true
|
||||||
- ../depot_tools/fetch breakpad
|
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build && cd build
|
||||||
- cd build
|
|
||||||
- python ../configure.py --enable-optimize
|
- python ../configure.py --enable-optimize
|
||||||
- python ./build.py
|
- python ./build.py
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user