Skip to content
Snippets Groups Projects
Commit e67d7890 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

new cidoc

parents 3d6e1d92 63d67f09
No related branches found
No related tags found
No related merge requests found
- 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
......@@ -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++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment