Skip to content

Ported buildScripts to Windows. #124

Ported buildScripts to Windows.

Ported buildScripts to Windows. #124

Workflow file for this run

# See ci.yml.tabs for the properly indented version if you are having trouble seeing the indentation in this file.
# This version is only for Github to parse.
name: DFPSR tests
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
architecture: [x86_32, x86_64, arm, arm64]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests on Linux and macOS
if: matrix.os != 'windows-latest'
run: |
cd ./Source
./test.sh
- name: Run tests on Windows
if: matrix.os == 'windows-latest'
run: |
cd Source
cmd /c test.bat