Skip to content

Commit

Permalink
add headless and awt when not executing integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed Jul 30, 2024
1 parent dd33726 commit 9c0a3d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1722281445779</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
6 changes: 5 additions & 1 deletion dev_support/tycho_full_compilation/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@ docker compose run gemoc_full_compilation /bin/bash
or
[source,bourne]
----
docker run -it -v $PWD/../../../..:/home/ubuntu/src -v $PWD/cache-m2:/home/ubuntu/.m2 --env UID=$(id -u) --env GID=$(id -g) gemoc/gemoc-full-compilation:latest /bin/bash
docker run -it --rm \
-v $PWD/../../../..:/home/ubuntu/src -v $PWD/cache-m2:/home/ubuntu/.m2 \
--publish 5900:5900 \
--env UID=$(id -u) --env GID=$(id -g) \
gemoc/gemoc-full-compilation:latest /bin/bash
----


Expand Down

0 comments on commit 9c0a3d2

Please sign in to comment.