summaryrefslogtreecommitdiffstats
path: root/make/lib/gluegen-cpptasks-ios-aarch64.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-02 05:44:50 +0100
committerSven Gothel <[email protected]>2020-01-02 05:44:50 +0100
commit51e73653a35bd041384f201090b49ff601e4a5e7 (patch)
tree880408bf4b28e8d28ac4386db2d2f490aa56c0b8 /make/lib/gluegen-cpptasks-ios-aarch64.xml
parenta4eb7f17f871ded72163c649be403ccad38a6669 (diff)
Handle special junit treatment via make/lib/gluegen-cpptasks* (i.e. iOS)
Otherwise the build won't produce dummy junit test results for jenkins etc.
Diffstat (limited to 'make/lib/gluegen-cpptasks-ios-aarch64.xml')
-rw-r--r--make/lib/gluegen-cpptasks-ios-aarch64.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-ios-aarch64.xml b/make/lib/gluegen-cpptasks-ios-aarch64.xml
index 389f791..fc6aa6a 100644
--- a/make/lib/gluegen-cpptasks-ios-aarch64.xml
+++ b/make/lib/gluegen-cpptasks-ios-aarch64.xml
@@ -5,6 +5,9 @@
<!-- Only set 'isIOSArm64' then continue via default task 'gluegen.cpptasks.detect.os.1' etc -->
<target name="gluegen.cpptasks.detect.os.custom">
<property name="isIOSArm64" value="true" />
+ <property name="junit.is.disabled" value="true" />
+ <property name="junit.compile.skip" value="true" />
+ <property name="test.compile.skip" value="true" />
<echo message="gluegen.cpptasks.detect.os.custom: GLUEGEN_CPPTASKS_FILE 'gluegen-cpptasks-ios-aarch64' done"/>
</target>