Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converted to napi-node-addon #27

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
aae4b19
converted to napi-node-addon
parro-it May 9, 2020
606c47b
use bigint only on node > 8
parro-it May 10, 2020
7cdeb85
tweaks
parro-it May 10, 2020
1a19394
multiple ubuntu versions
parro-it May 10, 2020
c3c7801
added macos
parro-it May 10, 2020
2907189
conditional.apt
parro-it May 10, 2020
5ebefeb
add macos netcdf setup
parro-it May 10, 2020
3a74edc
removed.tap
parro-it May 10, 2020
353433a
log
parro-it May 11, 2020
bda7791
more.logs
parro-it May 11, 2020
decf2ff
add windows tests on GH actions
parro-it May 11, 2020
4f6152e
no.fail.fast
parro-it May 11, 2020
49d7e86
add windows to GHA
parro-it May 12, 2020
dcc21d5
dir
parro-it May 12, 2020
525f8f8
zip.binaries
parro-it May 12, 2020
ac1d143
temp iwndows only
parro-it May 12, 2020
8f58e6d
path
parro-it May 12, 2020
8c13771
dir
parro-it May 12, 2020
5e3b797
tweaks
parro-it May 12, 2020
b138337
fix
parro-it May 12, 2020
2b57e12
fix
parro-it May 12, 2020
88a5090
dir
parro-it May 12, 2020
5d45eeb
opla
parro-it May 12, 2020
0a057a3
env
parro-it May 12, 2020
52c84a2
opla
parro-it May 12, 2020
1f46215
opla
parro-it May 12, 2020
b28a2f3
opla
parro-it May 12, 2020
4ddf802
opla
parro-it May 12, 2020
c40166f
opla
parro-it May 12, 2020
3c71234
opla
parro-it May 12, 2020
54e26cf
opla
parro-it May 12, 2020
2de083f
opla
parro-it May 12, 2020
60f34fc
opla
parro-it May 12, 2020
cf5a18d
opla
parro-it May 12, 2020
802a92a
opla
parro-it May 12, 2020
391a97c
opla
parro-it May 12, 2020
33f4c77
opla
parro-it May 12, 2020
e88b400
opla
parro-it May 12, 2020
72164f4
opla
parro-it May 12, 2020
596962c
opla
parro-it May 12, 2020
c19812e
fix.dynamic.arrays
parro-it May 12, 2020
9cf1a48
fix.dynamic.arrays
parro-it May 12, 2020
1436ebf
unified
parro-it May 12, 2020
03beedd
dirs
parro-it May 13, 2020
117c9aa
env
parro-it May 13, 2020
e499094
path
parro-it May 13, 2020
514af79
path
parro-it May 13, 2020
51c9fa4
path
parro-it May 13, 2020
c41b43a
path
parro-it May 13, 2020
e05c66c
path
parro-it May 13, 2020
6756525
removed log, restored all os
parro-it May 13, 2020
67ccfb2
fix warnings
parro-it May 13, 2020
86a3ec4
improved tests
parro-it May 13, 2020
f6ae0d1
reenbled c++ exceptions
parro-it May 13, 2020
1d87d13
fix
parro-it May 13, 2020
b23472e
make copy of files tested
parro-it May 13, 2020
95b0f19
more warnings
parro-it May 14, 2020
fd38205
only.win
parro-it May 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed.tap
  • Loading branch information
parro-it committed May 10, 2020
commit 3a74edcef1113401471128024ae358c571d37fc1
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: sudo apt update && sudo apt install -y libnetcdf-dev
if: ${{ matrix.os == 'ubuntu-16.04' || matrix.os == 'ubuntu-18.04' }}
# macos netcdf install
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" && brew tap homebrew/science && brew install netcdf
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" && brew install netcdf
if: ${{ matrix.os == 'macos-10.15' }}

- run: npm install
Expand Down