-
Notifications
You must be signed in to change notification settings - Fork 345
32 lines (30 loc) · 825 Bytes
/
windows.yml
File metadata and controls
32 lines (30 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Windows
on:
push:
pull_request:
concurrency:
group: ${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
name: Build & Test
strategy:
fail-fast: false
matrix:
include:
# Even though dropped from GitHub Actions, but LTSC2019 itself is still maintained
# - version: v1.19
# os-version: 2019
- version: v1.19
os-version: 2022
runs-on: windows-${{ matrix.os-version }}
steps:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
- uses: actions/checkout@master
- name: Build
run: |
ridk enable
make image DOCKERFILE=${{ matrix.version }}/windows-ltsc${{ matrix.os-version }} VERSION=test