Skip to content

Commit

Permalink
disable windows github build action
Browse files Browse the repository at this point in the history
  • Loading branch information
rpandian-spike committed Jun 10, 2022
1 parent e14a602 commit 10b2693
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
steps:
- name: Set up Aerospike Database
uses: reugn/github-action-aerospike@v1
build:
needs: setup
runs-on: windows-latest # https://github.com/actions/virtual-environments
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
# build:
# needs: setup
# runs-on: windows-latest # https://github.com/actions/virtual-environments
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: recursive
# - name: Use Node.js 16.x
# uses: actions/setup-node@v2
# with:
# node-version: 16.x
# cache: 'npm'
- run: ./scripts/build-package.ps1 1
# - run: ./scripts/build-package.ps1 1
# test:
# needs: build
# runs-on: macos-latest
Expand Down
8 changes: 4 additions & 4 deletions scripts/build-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ function build_nodejs_client {
# node ${CWD}/node_modules/.bin/mocha --exit --U ${AS_USER} --P ${AS_PWD} --h ${AS_HOST} --port ${AS_PORT} --namespace ${AS_NAMESPACE}
}

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
Invoke-WebRequest https://github.com/coreybutler/nvm-windows/releases/download/1.1.9/nvm-setup.exe -UseBasicParsing -OutFile .\nvm-setup.exe
.\nvm-setup.exe /VERYSILENT /SUPRESSMSGBOXES /SP
nvm root .\nvm
# Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
# Invoke-WebRequest https://github.com/coreybutler/nvm-windows/releases/download/1.1.9/nvm-setup.exe -UseBasicParsing -OutFile .\nvm-setup.exe
# .\nvm-setup.exe /VERYSILENT /SUPRESSMSGBOXES /SP
# nvm root .\nvm

build_nodejs_client v10.20.0
build_nodejs_client v12.22.10
Expand Down

0 comments on commit 10b2693

Please sign in to comment.