Skip to content

Commit

Permalink
Add run of rayx to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ichinii committed Aug 1, 2024
1 parent 75f87c4 commit 5c26872
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testUbuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Run
working-directory: ${{github.workspace}}
run: ./build/bin/release/rayx -x -c -m 1 -i Intern/rayx-core/tests/input/BoringImagePlane.rml

- name: Test
working-directory: ${{github.workspace}}/build/bin/release
run: ./rayx-core-tst -x
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/testUbuntuClang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Run
working-directory: ${{github.workspace}}
run: ./build/bin/release/rayx -x -c -m 1 -i Intern/rayx-core/tests/input/BoringImagePlane.rml

- name: Test
working-directory: ${{github.workspace}}/build/bin/release
run: ./rayx-core-tst -x
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/testWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
echo "D:\a\rayx\rayx\vcpkg\installed\x64-windows\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Run
working-directory: ${{github.workspace}}
run: ./build/bin/release/rayx -x -c -m 1 -i Intern/rayx-core/tests/input/BoringImagePlane.rml

- name: Test
working-directory: ${{github.workspace}}/build/bin/release
run: ./rayx-core-tst -x
Expand Down

0 comments on commit 5c26872

Please sign in to comment.