Skip to content

Commit

Permalink
Merge pull request #32 from In-line/fix-build
Browse files Browse the repository at this point in the history
Try to fix build
  • Loading branch information
Alik Aslanyan authored Jan 25, 2019
2 parents 2166c7c + d25d4bd commit 8ad800d
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 8ad800d

Please sign in to comment.