#11 Add smoke test
Merged 2 years ago by mizdebsk. Opened 2 years ago by mizdebsk.
rpms/ mizdebsk/ant smoke-test  into  rawhide

file added
+6
@@ -0,0 +1,6 @@ 

+ summary: Basic smoke test

+ execute:

+   script:

+     - ant -version

+     - ant -diagnostics

+     - ant -v -f plans/smoke.xml hello

file added
+5
@@ -0,0 +1,5 @@ 

+ <project>

+   <target name="hello">

+     <echo message="Hello, world"/>

+   </target>

+ </project>

no initial comment

rebased onto 3947e3a

2 years ago

Pull-Request has been merged by mizdebsk

2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Metadata