-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f8841a
commit df055de
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
sudo apt-get -y install gcc-11 g++-11 build-essential ninja-build git file libopencv-dev uuid-dev libglfw3-dev libxinerama-dev libxcursor-dev libxi-dev | ||
wget https://apt.llvm.org/llvm.sh | ||
chmod +x llvm.sh | ||
sudo ./llvm.sh 14 | ||
sudo ./llvm.sh 15 | ||
# - name: "Setup CUDA" | ||
# uses: Jimver/[email protected] | ||
# with: | ||
# linux-local-args: '["--toolkit"]' | ||
- name: "Run Tests" | ||
run: | | ||
RUST_BACKTRACE=full CC=clang-14 CXX=clang++-14 cargo test --verbose -- --nocapture | ||
RUST_BACKTRACE=full CC=clang-15 CXX=clang++-54 cargo test --verbose -- --nocapture | ||
# - name: "Run CUDA Tests" | ||
# run: CC=clang-14 CXX=clang++-14 LUISA_TEST_DEVICE=cuda cargo test --features cuda --verbose --release |