Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cosyverif
Services
service adt2amas
Commits
6f66ea98
Commit
6f66ea98
authored
Dec 17, 2020
by
Jaime Arias
Browse files
fix adt2amas bundle version
parent
dfea71e8
Changes
2
Show whitespace changes
Inline
Side-by-side
src/main/java/org/cosyverif/service/adt2amas/EAMASTranslation.java
View file @
6f66ea98
...
...
@@ -61,8 +61,7 @@ public class EAMASTranslation extends BinaryService{
runnable
.
setExecutable
(
true
);
final
CommandLine
command
=
new
CommandLine
(
"./adt2amas"
);
// command.addArguments("transform --model " + model.getName());
command
.
addArguments
(
"transform --model treasure-hunters"
);
command
.
addArguments
(
"transform --model "
+
model
.
getName
());
return
task
(
command
)
.
workingDirectory
(
baseDirectory
())
...
...
src/main/resources/binaries.properties
View file @
6f66ea98
binary-linux
=
https://ci.appveyor.com/api/buildjobs/3
fh7puk3cpb2qn9i
/artifacts/linux-x86_64.zip
binary-linux
=
https://ci.appveyor.com/api/buildjobs/3
gkilklaguu9xy75
/artifacts/linux-x86_64.zip
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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