From f97cae7a9c551af3773c3d45780d6206d78b045c Mon Sep 17 00:00:00 2001 From: kamchatka-volcano Date: Tue, 16 Jan 2024 01:00:50 +0300 Subject: [PATCH] -wip --- .github/workflows/build_and_test.yml | 5 +++++ functional_tests/lunchtoast.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ff2156c..69a797c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -113,6 +113,11 @@ jobs: with: name: figcone-examples-${{ matrix.config.os }}-nameof-${{ matrix.use_nameof }} path: build/ + - name: Fix artifacts paths on Windows + if: matrix.config.name == 'Windows' + working-directory: ${{github.workspace}}/build/ + shell: sh + run: mv examples_static_refl/Release/* examples_static_refl/ || true - name: Set artifacts execute permissions if: matrix.config.name == 'Linux' shell: sh diff --git a/functional_tests/lunchtoast.cfg b/functional_tests/lunchtoast.cfg index b2b3313..c944ad2 100644 --- a/functional_tests/lunchtoast.cfg +++ b/functional_tests/lunchtoast.cfg @@ -28,7 +28,7 @@ ### format = Check all formats static reflection demo with %1 - command = ../../build/examples/demo_all_static_refl ../../examples/%1 + command = ../../build/examples_static_refl/demo_all_static_refl ../../examples/%1 checkOutput = %input ###