Skip to content

attempt at crossplatform cmake #49

attempt at crossplatform cmake

attempt at crossplatform cmake #49

Workflow file for this run

name: check
on: push
jobs:
check:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: build
run: |
mkdir build
cd build
cmake ../
cmake --build .
- name: run
run: |
build/Debug/Rangeshifter.exe run_on_gha/rs_test_project/
- name: check_output
run: |
cd ./run_on_gha/rs_test_project
rm Outputs/DebugLog.txt
bash check_output.bash
# DebugLog contains addresses, changes every run