Skip to content

Commit

Permalink
fix: tests (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ten0s authored Jun 20, 2023
1 parent 79b6ef4 commit d93cba6
Show file tree
Hide file tree
Showing 12 changed files with 1,874 additions and 1,035 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ if [[ $(uname -s) == 'Linux' ]]; then
libgirepository1.0-dev \
gobject-introspection \
build-essential \
g++-8 \
gtk+3.0 \
g++ \
libgtk-3-dev \
gir1.2-gtk-3.0 \
libsoup2.4 \
gir1.2-soup-2.4 \
libsoup-3.0-0 \
gir1.2-soup-3.0 \
libcairo2 \
libcairo2-dev \
libgstreamer1.0-0 \
gstreamer1.0-plugins-base \
gir1.2-gstreamer-1.0 \
gstreamer1.0-plugins-base \
gir1.2-gst-plugins-base-1.0 \
gstreamer1.0-plugins-bad \
gir1.2-gst-plugins-bad-1.0
fi;
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
strategy:
matrix:
node:
- 17
- 16
- 12
- 14
defaults:
run:
shell: msys2 {0}
Expand All @@ -30,7 +31,7 @@ jobs:
mingw-w64-x86_64-gstreamer
mingw-w64-x86_64-gst-plugins-good
mingw-w64-x86_64-gst-plugins-bad
mingw-w64-x86_64-libsoup
mingw-w64-x86_64-libsoup3
- name: Install VS 2017
shell: cmd
Expand All @@ -47,6 +48,7 @@ jobs:
run: |
npx mocha \
--skip=callback \
--skip=error \
--skip=signal__non-introspected \
tests/__run__.js
Expand All @@ -56,7 +58,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-22.04
- macos-latest
node:
# - 18 Fix: upgrade to ubuntu-20.04 & resolve package issues
Expand Down
1 change: 0 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
}],
['OS == "mac"', {
"defines": [
"ulong=unsigned long",
"PLATFORM_MAC=1",
],
"xcode_settings": {
Expand Down
Loading

0 comments on commit d93cba6

Please sign in to comment.