Skip to content

Commit

Permalink
oidn
Browse files Browse the repository at this point in the history
  • Loading branch information
float3 committed Apr 4, 2024
1 parent 084708b commit 8bf9d20
Show file tree
Hide file tree
Showing 35 changed files with 4,000 additions and 122 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[env]
OIDN_DIR = { value = "./oidn/oidn", reative = true }
LD_LIBRARY_PATH = { value = "./oidn/oidn/lib", relative = true }
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

- name: render
run: |
cargo run --release -- --multiplier=4 --all
export LD_LIBRARY_PATH=./oidn/oidn/lib:$LD_LIBRARY_PATH
cargo run --release -F thread_rng -F oidn --no-default-features -- --multiplier=4 --all
- name: commit
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:

- name: test
run: |
export LD_LIBRARY_PATH=./oidn/oidn/lib:$LD_LIBRARY_PATH
cargo test --release --all-features --all-targets --all
cargo test --release -F oidn -F thread_rng --no-default-features --all-targets --all
- name: commit
run: |
Expand Down
Loading

0 comments on commit 8bf9d20

Please sign in to comment.