Skip to content

Define the Windows GitHub Actions workflow #1

Define the Windows GitHub Actions workflow

Define the Windows GitHub Actions workflow #1

Workflow file for this run

name: Build and test Everest on Windows
on:
workflow_dispatch:
jobs:
build:
runs-on: [self-hosted, Windows, X64, opam-2-3]
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Everest make
shell: C:\cygwin64\bin\bash.exe --login '{0}'

Check failure on line 11 in .github/workflows/windows.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11
run: |
$GITHUB_WORKSPACE/everest -j 8 -k make
- name: Everest test
shell: C:\cygwin64\bin\bash.exe --login '{0}'
run: |
$GITHUB_WORKSPACE/everest -j 8 -k test