Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bytedeco/javacpp-presets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c4366b8914e03d6380ba1b397fc7c3f94872739a
Choose a base ref
..
head repository: bytedeco/javacpp-presets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c770526a3a2d3dc53110a70ea1f98ee8342622db
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .appveyor.yml
  2. +1 −1 .travis.yml
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ environment:
- PROJ: "cpu_features,systems"
OS: windows-x86

- PROJ: "opencv,artoolkitplus,chilitags,flandmark"
- PROJ: "opencv,artoolkitplus,chilitags,flandmark,imbs-mt"
OS: windows-x86_64
- PROJ: "ffmpeg"
OS: windows-x86_64
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -321,7 +321,7 @@ matrix:
script: ./ci/install-travis.sh

- os: linux
env: PROJ=opencv,artoolkitplus,chilitags,flandmark OS=linux-x86_64
env: PROJ=opencv,artoolkitplus,chilitags,flandmark,imbs-mt OS=linux-x86_64
install: true
script: ./ci/install-travis.sh
- os: linux