Skip to content

Commit

Permalink
Testing appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli committed Aug 13, 2016
1 parent 87334a6 commit 87ab6ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/build-ci.cmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
echo Building Giacomelli.Unity.EditorToolbox.dll...

mkdir C:\projects\Giacomelli.Unity.EditorToolbox\build
cd C:\projects\Giacomelli.Unity.EditorToolbox\src\Giacomelli.Unity.EditorToolbox\bin\Release
mkdir C:\projects\Giacomelli-Unity-EditorToolbox\build
cd C:\projects\Giacomelli-Unity-EditorToolbox\src\Giacomelli.Unity.EditorToolbox\bin\Release

echo Calling ILRepack...
C:\projects\Giacomelli.Unity.EditorToolbox\tools\ILRepack.exe /target:library /targetplatform:"v4,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5" /out:C:\projects\Giacomelli.Unity.EditorToolbox\build\Giacomelli.Unity.EditorToolbox.dll /wildcards Giacomelli.Unity.*.dll
C:\projects\Giacomelli-Unity-EditorToolbox\tools\ILRepack.exe /target:library /out:C:\projects\Giacomelli-Unity-EditorToolbox\build\Giacomelli.Unity.EditorToolbox.dll /wildcards Giacomelli.Unity.*.dll
echo ILRepack finished.

cd C:\projects\Giacomelli.Unity.EditorToolbox
cd C:\projects\Giacomelli-Unity-EditorToolbox

echo done!

0 comments on commit 87ab6ad

Please sign in to comment.