Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
e67d7890
Commit
e67d7890
authored
2 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Plain Diff
new cidoc
parents
3d6e1d92
63d67f09
No related branches found
No related tags found
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/cidoc.md
+17
-0
17 additions, 0 deletions
scripts/cidoc.md
ttool/src/test/java/tmltranslator/TimelineDiagramTest.java
+1
-2
1 addition, 2 deletions
ttool/src/test/java/tmltranslator/TimelineDiagramTest.java
with
18 additions
and
2 deletions
scripts/cidoc.md
0 → 100644
+
17
−
0
View file @
e67d7890
-
create a .gitlab-ci.yml at the root of the gitlab
-
create an eval script
-
create a docker file
-
build the docker image
docker build -f Dockerfile -t ttoolci:latest .
-
run the docker image
docker run -it --rm ttoolci:latest bash
-
launch the gitlab-runner so as to start a docker machine for each pull
sudo gitlab-runner register -n --name ttool@yvrac -r GR13489416h8xwG1z62GLNe5Q1phV -u https://gitlab.telecom-paris.fr/ --executor docker --docker-image ttoolci:latest --docker-pull-policy never
This diff is collapsed.
Click to expand it.
ttool/src/test/java/tmltranslator/TimelineDiagramTest.java
+
1
−
2
View file @
e67d7890
...
...
@@ -143,7 +143,7 @@ public class TimelineDiagramTest extends AbstractTest {
}
}
System
.
out
.
println
(
"executing: "
+
"make -C "
+
SIM_DIR
);
//
System.out.println("executing: " + "make -C " + SIM_DIR);
try
{
proc
=
Runtime
.
getRuntime
().
exec
(
"make -C "
+
SIM_DIR
+
""
);
...
...
@@ -211,7 +211,6 @@ public class TimelineDiagramTest extends AbstractTest {
ssxml
=
ssxml
.
replaceAll
(
"\r\n"
,
""
);
content
=
content
.
replaceAll
(
"\r\n"
,
""
);
//TraceManager.addDev("Length content:" + content.length() + " ssxml:" + ssxml.length());
for
(
int
j
=
0
;
j
<
Math
.
min
(
content
.
length
(),
ssxml
.
length
())-
1
;
j
++)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment