Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 1a0243e

Browse files
authored
Update nodejs.yml
1 parent 18e838f commit 1a0243e

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -36,41 +36,3 @@ jobs:
3636
run: |
3737
npm install
3838
npm test
39-
40-
build-gyp:
41-
strategy:
42-
fail-fast: false
43-
matrix:
44-
node-version: [8.x, 10.x, 12.x]
45-
python-version: [3.6, 3.7, 3.8] # 2.7, 3.5,
46-
platform:
47-
- { os: windows-latest }
48-
- { os: macos-latest }
49-
- { os: ubuntu-latest, use-clang: true }
50-
51-
runs-on: ${{ matrix.platform.os }}
52-
53-
steps:
54-
- uses: actions/checkout@v1
55-
- name: Use Node.js ${{ matrix.node-version }}
56-
uses: actions/setup-node@v1
57-
with:
58-
node-version: ${{ matrix.node-version }}
59-
- name: Set up Python ${{ matrix.python-version }}
60-
uses: actions/setup-python@v1
61-
with:
62-
python-version: ${{ matrix.python-version }}
63-
- name: node-gyp install
64-
run: |
65-
npm install -g node-gyp
66-
- name: node-gyp configure & build (clang)
67-
if: matrix.platform.use-clang == true
68-
run: |
69-
export CC="$(which clang)"
70-
export CPP="$(which clang++)"
71-
node-gyp configure
72-
node-gyp build
73-
- name: node-gyp configure & build
74-
run: |
75-
node-gyp configure
76-
node-gyp build

0 commit comments

Comments
 (0)