Skip to content

Commit

Permalink
fix: Uncommentthe full matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 27, 2023
1 parent cebd5d4 commit 67ed427
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
customiseHostCommand: echo 'No customisartions are needed'
buildCommand: npm run build -- --target aarch64-apple-darwin

# - host: windows-latest
# target: x86_64-pc-windows-msvc
# jsPackageHome: packages\\cohort_sdk_js
# finalPackageName: packages\cohort_sdk_js\cohort_sdk_js.*.node
# customiseHostCommand: ECHO 'No customisartions are needed'
# buildCommand: npm run build -- --target x86_64-pc-windows-msvc
- host: windows-latest
target: x86_64-pc-windows-msvc
jsPackageHome: packages\\cohort_sdk_js
finalPackageName: packages\cohort_sdk_js\cohort_sdk_js.*.node
customiseHostCommand: ECHO 'No customisartions are needed'
buildCommand: npm run build -- --target x86_64-pc-windows-msvc

# - host: ubuntu-latest
# target: x86_64-unknown-linux-gnu
# jsPackageHome: packages/cohort_sdk_js
# finalPackageName: packages/cohort_sdk_js/cohort_sdk_js.linux-x64-gnu.node
# customiseHostCommand: sudo apt-get update -y && sudo apt-get install -y libsasl2-dev
# buildCommand: npm run build -- --target x86_64-unknown-linux-gnu
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
jsPackageHome: packages/cohort_sdk_js
finalPackageName: packages/cohort_sdk_js/cohort_sdk_js.linux-x64-gnu.node
customiseHostCommand: sudo apt-get update -y && sudo apt-get install -y libsasl2-dev
buildCommand: npm run build -- --target x86_64-unknown-linux-gnu

name: stable - ${{ matrix.settings.target }} - node@16
runs-on: ${{ matrix.settings.host }}
Expand Down

0 comments on commit 67ed427

Please sign in to comment.