Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line committed Jan 25, 2019
1 parent 2166c7c commit d25d4bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ script:

- cd $TRAVIS_BUILD_DIR/build/debug
- cmake $TRAVIS_BUILD_DIR -DCMAKE_BUILD_TYPE=Debug
- make -j4
- make -j1
- sh $TRAVIS_BUILD_DIR/scripts/check_static_linking.sh .

- cd $TRAVIS_BUILD_DIR/build/release
- cmake $TRAVIS_BUILD_DIR -DCMAKE_BUILD_TYPE=Release
- make -j4
- make -j1
- sh $TRAVIS_BUILD_DIR/scripts/check_static_linking.sh .
before_deploy:
- mkdir -p $TRAVIS_BUILD_DIR/deploy/addons/amxmodx/modules
Expand Down Expand Up @@ -81,4 +81,4 @@ cache:
before_cache:
- chmod -R a+r $HOME/.cargo
- chmod -R a+r $TRAVIS_BUILD_DIR/build/release/rust
- chmod -R a+r $TRAVIS_BUILD_DIR/build/debug/rust
- chmod -R a+r $TRAVIS_BUILD_DIR/build/debug/rust

0 comments on commit d25d4bd

Please sign in to comment.