Skip to content

Commit

Permalink
First Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jan 2, 2024
1 parent 39854d6 commit 8b7f04c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,20 @@ jobs:
- name: Test
run: ctest -j2 --output-on-failure -E unique-stigids
working-directory: ./build
validate-windows:
name: Build on Windows
using: windows-latest
steps:
- name: Install Deps
run: choco install xsltproc
- name: Checkout
uses: actions/checkout@v4
- name: Install Python Deps
run: pip install -r requirements.txt -r test-requirements.txt
- name: Build
shell: bash
run: ./build_product -j2 fedora
- name: Test
run: ctest -j2 --output-on-failure -E unique-stigids
working-directory: ./build

0 comments on commit 8b7f04c

Please sign in to comment.