mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Added docker files for gcc and clang development environments
This commit is contained in:
parent
6a68fa728b
commit
47784f992e
5 changed files with 29 additions and 13 deletions
|
|
@ -18,17 +18,6 @@
|
|||
|
||||
<property name="version" value="unreleased"/>
|
||||
|
||||
<import file="${env.PONEY_HOME}/poney.xml"/>
|
||||
|
||||
<target name="reports" description="generate code analysis reports">
|
||||
<headers name="turtle" excludes="**/*_iterate.hpp,**/*_template.hpp"/>
|
||||
<check name="turtle"/>
|
||||
</target>
|
||||
|
||||
<target name="build" description="build tests and documentation">
|
||||
<run dir="." script="build"/>
|
||||
</target>
|
||||
|
||||
<target name="package" depends="build" description="produce release packages">
|
||||
<fail unless="version" message="missing version property"/>
|
||||
<copy file="version.hpp" tofile="${out.dir}/version.hpp" overwrite="true">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue