Skip to content

Commit

Permalink
cant compile antispam plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rt committed Nov 22, 2017
1 parent bf48735 commit d29133f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -20,7 +20,7 @@ before_install:
- sudo ls /etc/dpkg/dpkg.cfg.d/
# - sudo dpkg --add-architecture i386
- sudo apt-get update
- sudo apt-get install nasm:i386 gcc-6 g++-6 gcc-6-multilib paxctl:i386 libtommath-dev:i386
- sudo apt-get install nasm:i386 gcc-multilib g++-multilib paxctl:i386 libtommath-dev:i386
script:
- gcc --version
- if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then TRAVIS_TAG=$(git tag --contains $TRAVIS_COMMIT); fi
Expand All @@ -34,7 +34,7 @@ script:
- cd plugins/pchat && chmod +x makedll.sh && ./makedll.sh && cd ../..
- cd plugins/sourcebansplugin && chmod +x makedll.sh && ./makedll.sh && cd ../..
- cd plugins/warn && chmod +x makedll.sh && ./makedll.sh && cd ../..
- cd plugins/antispam && chmod +x makedll.sh && ./makedll.sh && cd ../..
# - cd plugins/antispam && chmod +x makedll.sh && ./makedll.sh && cd ../..
# missing: webapibanlist,
deploy:
skip_cleanup: true
Expand All @@ -51,7 +51,7 @@ deploy:
- ./plugins/pchat/pchat.so
- ./plugins/sourcebansplugin/sourcebansplugin.so
- ./plugins/warn/warn.so
- ./plugins/antispam/antispam.so
# - ./plugins/antispam/antispam.so
on:
tags: true
#condition: "$DODEPLOY = YES"
Expand Down

0 comments on commit d29133f

Please sign in to comment.