Sha256: 3ec13d8d08e8b67957182cc3688eb4f346d1be0d2cc3eedb822bc20f21962ba3

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 KB

Contents

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: windows

on:
  push:
    branches: [ master ]
  pull_request:
    paths-ignore:
      - .github/workflows/test.yml
      - .github/workflows/macos.yml
      - .github/workflows/ubuntu.yml
      - .github/workflows/docker.yml
      - Makefile

jobs:
  test-windows:
    name: Test on Windows
    runs-on: windows-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
        with:
          token: ${{ secrets.METANORMA_CI_PAT_TOKEN || github.token }}
          submodules: true
      - name: Cache xml2rfc
        id: cache-xml2rfc
        uses: actions/cache@v1
        with:
          path: ~/.cache/xml2rfc
          key: xml2rfc
          restore-key: xml2rfc
      - name: Install Metanorma & yq
        shell: pwsh
        run: |
          cinst --no-progress -y metanorma yq
      - name: Install bundler
        run: |
          gem install bundler
      - name: Metanorma compile
        run: |
          make -f Makefile.win clean all SHELL=cmd

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
metanorma-cli-1.3.7.3 templates/base/.github/workflows/windows.yml
metanorma-cli-1.3.7.2 templates/base/.github/workflows/windows.yml
metanorma-cli-1.3.7.1 templates/base/.github/workflows/windows.yml
metanorma-cli-1.3.7 templates/base/.github/workflows/windows.yml
metanorma-cli-1.3.6 templates/base/.github/workflows/windows.yml