flyve-mdm / ios-mdm-agent

Flyve MDM Agent for iOS
http://flyve.org/ios-mdm-agent/
Other
24 stars 14 forks source link

CI for Development #151

Open Naylin15 opened 6 years ago

Naylin15 commented 6 years ago

Observed Results:

We must change the workflow to publish the documentation on the project site

Expected behavior:

The documentation and code coverage must be created for the following branches

The structure of the folders is as it follows

development/
|---- code-documentation/
|     |---- develop/
|     |---- master/
|     |---- support/
|           |--- 2.0.0/
|           |--- 3.0.0/
|---- coverage/
|     |---- develop/
|     |---- master/
|     |---- support/
|           |--- 2.0.0/
|           |--- 3.0.0/
|---- test-report/
      |---- develop/
      |---- master/
      |---- support/
            |--- 2.0.0/
            |--- 3.0.0/

Ref. #678