mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added travis build description.
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
language: csharp
|
||||||
|
solution: DiscImageChef.sln
|
||||||
|
mono:
|
||||||
|
- lastest
|
||||||
|
- alpha
|
||||||
|
- beta
|
||||||
|
- weekly
|
||||||
|
- 3.10.0
|
||||||
|
- 3.8.0
|
||||||
|
- 3.2.8
|
||||||
|
- 2.10.8
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2015-10-24 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* DiscImageChef.csproj:
|
||||||
|
Added travis build description.
|
||||||
|
|
||||||
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Commands/DeviceInfo.cs:
|
* Commands/DeviceInfo.cs:
|
||||||
|
|||||||
@@ -137,6 +137,9 @@
|
|||||||
<None Include="..\LICENSE">
|
<None Include="..\LICENSE">
|
||||||
<Link>LICENSE</Link>
|
<Link>LICENSE</Link>
|
||||||
</None>
|
</None>
|
||||||
|
<None Include="..\.travis.yml">
|
||||||
|
<Link>.travis.yml</Link>
|
||||||
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\commandline\src\libcmdline\CommandLine35.csproj">
|
<ProjectReference Include="..\commandline\src\libcmdline\CommandLine35.csproj">
|
||||||
|
|||||||
Reference in New Issue
Block a user