Bye Travis for now
This commit is contained in:
-12
@@ -1,12 +0,0 @@
|
||||
language: csharp
|
||||
solution: ./CypherCore.sln
|
||||
|
||||
install:
|
||||
- sudo apt install xmlstarlet
|
||||
- echo "Removing Pre-build events.."
|
||||
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[0]/.." "{}"' \;
|
||||
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \;
|
||||
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[2]/.." "{}"' \;
|
||||
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[3]/.." "{}"' \;
|
||||
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[4]/.." "{}"' \;
|
||||
- nuget restore CypherCore.sln
|
||||
@@ -1,4 +1,4 @@
|
||||
## CypherCore [](https://travis-ci.org/CypherCore/CypherCore) [](https://ci.appveyor.com/project/hondacrx/CypherCore/branch/master)
|
||||
## CypherCore [](https://ci.appveyor.com/project/hondacrx/CypherCore/branch/master)
|
||||
|
||||
CypherCore is an open source server project for World of Warcraft written in C# (.NET Core).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user