This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(images): use bundled opencv rather than opencv4nodejs, via @appiu…
…m/opencv
- Loading branch information
Showing
11 changed files
with
1,292 additions
and
1,588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,6 @@ on: | |
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
env: | ||
OPENCV4NODEJS_AUTOBUILD_OPENCV_VERSION: 3.4.16 | ||
OPENCV_BUILD_ROOT: ~/opencv | ||
steps: | ||
- name: Node Setup | ||
uses: actions/[email protected] | ||
|
@@ -38,10 +35,6 @@ jobs: | |
- name: Lint | ||
run: npm run test:lint | ||
|
||
# don't waste 20 minutes installing opencv if we don't get past lint | ||
- name: E2E Install | ||
run: npm install @u4/opencv4nodejs && npx build-opencv install build | ||
|
||
- name: Unit Tests | ||
run: npm run test:unit | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.