Skip to content

Commit

Permalink
ci: build all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Feb 18, 2024
1 parent 15119ef commit 3df8a09
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,6 @@ jobs:
LOG_DEBUG: 'xsd-schema-validator'
run: npm run all

Build-Platforms:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ macos-latest, windows-latest ]
node-version: [ 20 ]

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{matrix.node-version}}
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
env:
LOG_DEBUG: 'xsd-schema-validator'
run: npm run all

Build-Javas:
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3df8a09

Please sign in to comment.