8000 Releases · exclave/exclave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: exclave/exclave

v0.2.6: build: don't panic on git failure

01 Mar 03:23
Compare
Choose a tag to compare
This fixes issue #19, which shouldn't break the build if git fails or is
otherwise invalid.

Signed-off-by: Sean Cross <sean@xobs.io>

exclave: tag v0.2.5

30 Oct 03:21
Compare
Choose a tag to compare
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

30 Oct 02:51
Compare
Choose a tag to compare
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

29 Oct 15:40
Compare
Choose a tag to compare
Signed-off-by: Sean Cross <sean@xobs.io>

v0.2.3-travis-6: travis: disable tests on windows

29 Oct 09:20
Compare
Choose a tag to compare
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

29 Oct 08:30
Compare
Choose a tag to compare
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

29 Oct 07:09
Compare
Choose a tag to compare
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>
0