Skip to content

Commit

Permalink
Fixes the Z3 build version and the version link of the readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
anmaped committed Oct 10, 2018
1 parent 6a5a14a commit 20c69ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: c
sudo: required
install:
- wget https://raw.githubusercontent.com/anmaped/rmtld3synth/dev/.travis-opam.sh
- rm .travis-opam.sh
- wget https://raw.githubusercontent.com/anmaped/rmtld3synth/master/.travis-opam.sh

script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc ; fi
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For instance, schedulability analysis of hard real-time systems is possible by s

### Tarball binaries for Windows

Current version is [0.3-alpha1](../../releases/download/v0.3-alpha1/release-0.3.zip?raw=true).
Current version is [0.3-alpha2](../../releases/download/v0.3-alpha2/release-v0.3-alpha2-windows64.zip?raw=true).
Old version is [0.2-alpha](../../releases/download/v0.2-alpha/release-0.2.zip?raw=true).

Let us begin by overviewing a monitor generation using the rmtld3synth tool. For this example, we adopt the use case one [available here](http://rawgit.com/cistergit/rmtld3synth/master/doc/usecase1.html) and the configuration file [`usecaseone`](/config/usecaseone?raw=true) containing the input formula and some intructions for the rmtld3synth to process. To generate the monitor(s), we just need to type the following command in the command shell.
Expand Down

0 comments on commit 20c69ad

Please sign in to comment.