Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Jan 6, 2025
1 parent eaea387 commit 3c1a6bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@ run() {
LD_PRELOAD="$libscuda_path" nvidia-smi
}

test_ci() {
cmake .
cmake --build .

set_paths
test
}

server() {
set_paths
$server_out_path
Expand All @@ -243,6 +251,9 @@ case "$1" in
server)
server
;;
test_ci)
test_ci
;;
test)
test
;;
Expand Down

0 comments on commit 3c1a6bc

Please sign in to comment.