Skip to content

Commit

Permalink
trying to run windows uda_cli test in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Jul 24, 2024
1 parent 51f41ad commit 86433de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,10 @@ jobs:
run: >
echo "copying portablexdr libs to bin directory..." &&
cp extlib/install/lib/* install/bin/
&& echo "`ls install`" && ls install && echo "`ls install/bin`" && ls install/bin
&& cp install/lib/libuda_client.* install/bin/
&& echo "ls install" && ls install && echo "ls install/bin" && ls install/bin
&& echo "calling uda commandline interface..." &&
./install/bin/uda_cli.exe --help
(./install/bin/uda_cli.exe --help)
&& echo "attempting to connect to remote server..." &&
./install/bin/uda_cli.exe -h 34.75.87.48 -p 56565 --ping
Expand Down

0 comments on commit 86433de

Please sign in to comment.