mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Added travis file so as to run developer checks on PRs.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
e0b9a68b40
commit
bf6f06457e
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: c
|
||||
script:
|
||||
- bash ./devtools/copyrightcheck/copyrightcheck.sh
|
||||
- bash ./devtools/i18ncheck/i18ncheck.sh
|
||||
- bash ./devtools/spellcheck/spellcheck.sh
|
@ -1,6 +1,7 @@
|
||||
XenCenter
|
||||
=========
|
||||
|
||||
[![Build Status](https://travis-ci.org/xenserver/xenadmin.svg?branch=master)](https://travis-ci.org/xenserver/xenadmin)
|
||||
[![Lines of Code](https://tokei.rs/b1/github/xenserver/xenadmin)](https://github.com/xenserver/xenadmin)
|
||||
|
||||
This repository contains the source code for XenCenter.
|
||||
|
2
XenOvfApi/Properties/Settings.Designer.cs
generated
2
XenOvfApi/Properties/Settings.Designer.cs
generated
@ -12,7 +12,7 @@ namespace XenOvf.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
Loading…
Reference in New Issue
Block a user