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
99e41047
Commit
99e41047
authored
Feb 21, 2017
by
Thanassis Tsiodras
Browse files
Merge branch 'master' of gitrepos.estec.esa.int:taste/taste-setup
parents
e36f50f5
54509574
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/50_opengeode.sh
0 → 100755
View file @
99e41047
#!/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 @
99e41047
#!/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