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 4e5be9d3ea
Test / test_cross (20.x) (push) Failing after 11m39s
Test / test_cross (16.x) (push) Failing after 11m44s
Test / test_cross (18.x) (push) Failing after 11m45s
Fix many bugs on copiler
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-02-22 21:56:54 -03:00

27 lines
386 B
YAML

name: addon
sources:
- g.c
- main.cpp
includes:
- node_modules/node-addon-api
- ./
target:
linux:
flags:
- -fPIC
macos:
flags:
- -fPIC
x86_64-linux-gnu:
release: true
aarch64-linux-gnu:
release: true
x86_64-macos:
release: true
aarch64-macos:
release: true
x86_64-windows:
release: true
aarch64-windows:
release: true