Navigation Menu

Skip to content

Commit

Permalink
travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Nov 10, 2018
1 parent bdfec2a commit 2a78b24
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -16,18 +16,18 @@ python:
- "3.7.1"

env:
- PATH=${PATH}:/deps/netradiant/build:/deps/urcheon/bin PAKPATH=/deps/paks
- PATH=${PATH}:${DEPS}/netradiant/build:${DEPS}/urcheon/bin PAKPATH=/deps/paks DEPS=${PWD}/../DEPS

install:
- sudo apt-get install libx11-dev libxml2-dev libwebp-dev libjpeg-dev libminizip-dev
- sudo apt-get install imagemagick webp opus-tools
- pip install --user pillow pytoml psutil colorama
- mkdir -p /deps/paks
- git add urcheon --depth 1 https://github.com/DaemonEngine/Urcheon /deps/urcheon
- git add netradiant --depth 1 https://gitlab.com/xonotic/netradiant.git /deps/netradiant
- git add tex-common --depth 1 https://github.com/UnvanquishedAssets/tex-common_src.dpkdir.git /deps/paks/tex-common_src.dpkdir
- cmake cmake -G "Unix Makefiles" -H/deps/netradiant -B/deps/netradiant/build -DCMAKE_BUILD_TYPE=Release
- cmake --build /deps/netradiant/build -- -j$(nproc) q3map2
- mkdir -p ${DEPS}/paks
- git add urcheon --depth 1 https://github.com/DaemonEngine/Urcheon ${DEPS}/urcheon
- git add netradiant --depth 1 https://gitlab.com/xonotic/netradiant.git ${DEPS}/netradiant
- git add tex-common --depth 1 https://github.com/UnvanquishedAssets/tex-common_src.dpkdir.git ${DEPS}/paks/tex-common_src.dpkdir
- cmake cmake -G "Unix Makefiles" -H${DEPS}/netradiant -B${DEPS}/netradiant/build -DCMAKE_BUILD_TYPE=Release
- cmake --build ${DEPS}/netradiant/build -- -j$(nproc) q3map2

script:
- urcheon build -mp leaktest .
Expand Down

0 comments on commit 2a78b24

Please sign in to comment.