Skip to content

Commit

Permalink
Merge pull request Hugal31#20 from Orycterope/bundled_windows
Browse files Browse the repository at this point in the history
fix: add bundled_3.X for windows
  • Loading branch information
Hugal31 authored Apr 22, 2021
2 parents 847e681 + d50284a commit 9e48e63
Show file tree
Hide file tree
Showing 6 changed files with 11,175 additions and 17 deletions.
25 changes: 15 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ env:
global:
- MAKEFLAGS="-j 2"
jobs:
- YARA_VERSION=3.8.1
- YARA_VERSION=3.9.0
- YARA_VERSION=3.10.0
- YARA_VERSION=3.11.0
- YARA_FEATURES=vendored,bindgen
- YARA_FEATURES=vendored,bundled-3_11
- YARA_VERSION=3.8.1 YARA_FEATURES=bindgen
- YARA_VERSION=3.8.1 YARA_FEATURES=bundled-3_8
- YARA_VERSION=3.9.0 YARA_FEATURES=bindgen
- YARA_VERSION=3.10.0 YARA_FEATURES=bindgen
- YARA_VERSION=3.11.0 YARA_FEATURES=bindgen
- YARA_VERSION=3.11.0 YARA_FEATURES=bundled-3_11
- YARA_FEATURES=vendored,bindgen
- YARA_FEATURES=vendored,bundled-3_11
before_install:
- |
if [ -n "$YARA_VERSION" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then
Expand All @@ -27,14 +29,17 @@ before_install:
cd ..
fi
script:
- cargo build --verbose --features "$YARA_FEATURES"
- cargo test --verbose --features "$YARA_FEATURES"
- cargo build --verbose --no-default-features --features "$YARA_FEATURES"
- cargo test --verbose --no-default-features --features "$YARA_FEATURES";
jobs:
include:
- os: windows
rust: stable
env:
- YARA_FEATURES=vendored,bindgen
env: YARA_FEATURES=vendored,bindgen
- os: windows
rust: stable
env: YARA_FEATURES=vendored,bundled-3_11

allow_failures:
- rust: nightly
fast_finish: true
File renamed without changes.
Loading

0 comments on commit 9e48e63

Please sign in to comment.