Skip to main content
Module

x/opencv/.travis.yml

Precompiled OpenCV 4.3.0 to JavaScript + WebAssembly for node and deno. 🦕
Latest
File
language: node_js
sudo: required
services: - docker
node_js: - "12"
arch: - amd64
os: - linux
install: - npm install
# Compile OpenCV - (cd ./utils && bash ./build.sh)
# Create types - (cd utils && node generateCvProps.js)
# Install test node modules - (cd ./build_wasm_test/bin && npm install)

script: # Run opencv's test - (cd ./build_wasm_test/bin && node tests.js) # Run opencv-wasm's test - npm test