This repository has been archived on 2024-07-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rebory/test/binding.yaml
T
Sirherobrine23 1e363e0d04
Test / test_cross (18.x) (push) Failing after 16m39s
Test / test_cross (20.x) (push) Failing after 17m19s
Test / test_cross (21.x) (push) Failing after 17m21s
Test / test_cross (19.x) (push) Failing after 17m29s
init test to electron
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-03-17 22:54:11 -03:00

41 lines
864 B
YAML

name: addon
sources:
- g.c
- main.cpp
includes:
- node_modules/node-addon-api
- ./
target:
aarch64-linux: {}
aarch64-linux-gnu: {}
aarch64-linux-musl: {}
arm-linux-gnueabi: {}
arm-linux-gnueabihf: {}
arm-linux-musleabi: {}
arm-linux-musleabihf: {}
powerpc-linux-gnueabi: {}
powerpc-linux-gnueabihf: {}
powerpc-linux-musl: {}
powerpc64-linux: {}
powerpc64-linux-musl: {}
powerpc64le-linux: {}
powerpc64le-linux-gnu: {}
powerpc64le-linux-musl: {}
riscv64-linux: {}
riscv64-linux-musl: {}
thumb-linux-musleabi: {}
thumb-linux-musleabihf: {}
x86_64-linux: {}
x86_64-linux-gnu: {}
x86_64-linux-musl: {}
aarch64-windows: {}
aarch64-windows-gnu: {}
x86-windows: {}
x86-windows-gnu: {}
x86_64-windows: {}
x86_64-windows-gnu: {}
aarch64-macos: {}
aarch64-macos-none: {}
x86_64-macos: {}
x86_64-macos-none: {}