Skip to content

Commit

Permalink
-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kamchatka-volcano committed Jan 15, 2024
1 parent 6d5afb4 commit ecabf9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/ && mv examples/Release/* examples/ || true
- name: Set artifacts execute permissions
if: matrix.config.name == 'Linux'
shell: sh
Expand Down
2 changes: 1 addition & 1 deletion functional_tests/lunchtoast.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

###
Expand Down

0 comments on commit ecabf9a

Please sign in to comment.