Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Commits
011a5882
Commit
011a5882
authored
Jan 30, 2019
by
Christopher Jan-Steffen Brix
Browse files
Removed unneeded build commands
parent
3079c848
Pipeline
#101344
passed with stages
in 4 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/emadl/generator/EMADLGenerator.java
View file @
011a5882
...
...
@@ -153,11 +153,9 @@ public class EMADLGenerator {
printWriter
.
println
(
"#!/bin/bash"
);
printWriter
.
println
(
"cd "
+
getGenerationTargetPath
());
printWriter
.
println
(
"mkdir --parents build"
);
printWriter
.
println
(
"cd build"
);
printWriter
.
println
(
"cd build"
);
printWriter
.
println
(
"cmake .."
);
printWriter
.
println
(
"make"
);
printWriter
.
println
(
"cd CMakeFiles"
);
printWriter
.
println
(
"g++ feature_tests.cxx"
);
printWriter
.
close
();
}
catch
(
Exception
e
){
...
...
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