blob: 4aad9fafb888a67ea2f7c8e858125c9ad31ffaad [file] [log] [blame] [raw]
name: Compiler Explorer on Windows
on: [ push ]
jobs:
build-and-test:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 14.x
cache: npm
- name: Install prerequisites
run: make prereqs
- name: Build and test
run: |
npm run lint
npm run ci-test