Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
w3ntao committed Sep 7, 2023
1 parent 9adf821 commit 7cd136c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- name: cargo build
run:
cargo build --release;
#cargo build --release;
echo "testing"

- name: clone scene
run:
Expand Down
4 changes: 2 additions & 2 deletions github_ci_render_test_scene.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ red_end="\033[0m"

for scene_file in ../pbrt-v4-scenes-json/*/*.json; do
printf "rendering: ${red_start}${scene_file}${red_end}\n"
./target/release/pbrt-minus --spp=1 ${scene_file}
printf "\n"
#./target/release/pbrt-minus --spp=1 ${scene_file}
echo ""
done

0 comments on commit 7cd136c

Please sign in to comment.