Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
6746acb9
Commit
6746acb9
authored
Feb 21, 2017
by
Maxime Perrotin
Browse files
Add opengeode and model checker install scripts
parent
78f0be6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/50_opengeode.sh
0 → 100755
View file @
6746acb9
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
cd
$DIR
/../opengeode
||
exit
1
pip
install
--user
--upgrade
.
||
exit
1
install/70_taste-model-checker.sh
0 → 100755
View file @
6746acb9
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
cd
$DIR
/../taste-model-checker
||
exit
1
make
install
||
exit
1
make clean
||
exit
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment