Skip to content

Add VS_ENV.with_env(&) method to enable setting up Visual Studio Envi… #40

Add VS_ENV.with_env(&) method to enable setting up Visual Studio Envi…

Add VS_ENV.with_env(&) method to enable setting up Visual Studio Envi… #40

Workflow file for this run

name: Specs (windows)
on:
push:
pull_request:
branches: [master]
schedule:
- cron: '0 0 * * 0'
jobs:
x86_64_windows:
strategy:
fail-fast: false
runs-on: windows-2022
steps:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Cache shards
uses: actions/cache@v2
with:
path: ./src/ext/lexbor-c
key: ${{ runner.os }}-lexbor-revision-${{ hashFiles('./src/ext/revision') }}
- name: Build ext
run: crystal src/ext/build_ext.cr
- name: Run tests
run: crystal spec