Releases: exclave/exclave
v0.2.6: build: don't panic on git failure
exclave: tag v0.2.5
This fixes version control, as well as building outside of git. Signed-off-by: Sean Cross <sean@xobs.io>
v0.2.4-travis-7: ci: set GIT_VERSION in script.sh and before_deploy.sh
Avoid errors in `build.rs` by setting the git version in bash instead. Signed-off-by: Sean Cross <sean@xobs.io>
v0.2.4-rc1: exclave: tag v0.2.4
Signed-off-by: Sean Cross <sean@xobs.io>
v0.2.3-travis-6: travis: disable tests on windows
The Travis tests don't run on real Windows, and are missing Powershell. Or maybe they exist, they're just named "pwsh". Either way, disable tests as they are failing due to the lack of a shell. Signed-off-by: Sean Cross <sean@xobs.io>
v0.2.3-travis-5: test: look for scenario end and abort test if found
Many tests run and wait for a particular event. If the event isn't found, the tester will wait around forever. Look for the end of a scenario, and panic if this is reached. Signed-off-by: Sean Cross <sean@xobs.io>
v0.2.3-travis-4: ci: check for .exe extension on before_deploy.sh
CHeck for exclave.exe, and use that extension if it exists. This should fix the Windows build. Signed-off-by: Sean Cross <sean@xobs.io>