Skip to content

Commit

Permalink
Removing unit tests from windows builds
Browse files Browse the repository at this point in the history
Still covered (twice) on Linux
  • Loading branch information
dorodnic authored Mar 16, 2020
1 parent 8c2eff0 commit 1d7ef6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ matrix:
- cd $LRS_RUN_CONFIG
- ls
- ./live-test.exe -d yes -i [software-device]
- for i in ../records/single_cam/*; do ./live-test -d yes -i ~[multicam] from "$i"; done
- for i in ../records/multi_cam/*; do ./live-test -d yes -i [multicam] from "$i"; done
- unset LRS_LOG_LEVEL
- C:/Python38/python.exe ../../unit-tests/run-unit-tests.py --verbose .

Expand Down Expand Up @@ -150,4 +148,4 @@ install:
brew install xctool --HEAD;
brew install homebrew/core/glfw3;
brew list libusb || brew install libusb;
fi
fi

0 comments on commit 1d7ef6a

Please sign in to comment.