-
Notifications
You must be signed in to change notification settings - Fork 29
42 lines (35 loc) · 992 Bytes
/
windows.yml
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
33
34
35
36
37
38
39
40
41
42
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: windows
on:
push:
branches: [ master, main ]
pull_request:
paths-ignore:
- .gitlab-ci.yml
- .github/workflows/test.yml
- .github/workflows/macos.yml
- .github/workflows/ubuntu.yml
- .github/workflows/docker.yml
- .github/workflows/docker-pres_xml.yml
jobs:
test-windows:
name: Test on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.METANORMA_CI_PAT_TOKEN || github.token }}
submodules: true
- uses: actions/cache@v2
with:
path: ~/.cache/xml2rfc
key: xml2rfc
restore-key: xml2rfc
- run: cinst --no-progress -y metanorma
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- run: gem install relaton-cli
- run: metanorma site generate sources
shell: cmd