Browse Source

appveyor 64bit build

sabrogden 5 years ago
parent
commit
1b2dd3cd54
1 changed files with 7 additions and 22 deletions
  1. 7 22
      appveyor.yml

+ 7 - 22
appveyor.yml

@@ -16,28 +16,13 @@ install:
 environment:
   VERSION_FILENAME: 3_24_%APPVEYOR_BUILD_NUMBER%_0  
 
-platform:
-  - Win32
-  - x64
-
-configuration:
-  - Release
- 
-before_build:
-  - nuget restore
- 
-build:
-  parallel: true
-  project: CP_Main_10.sln   
-
-
-#build_script:
-#- echo Building version:%appveyor_build_version%
-#- cmd: nuget restore
-#- echo Building 32Bit
-#- cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=Win32
-#- echo Building 64Bit
-#- cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=x64
+build_script:
+  - echo Building version:%appveyor_build_version%
+  - cmd: nuget restore
+  - echo Building 32Bit
+  - cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=Win32
+  - echo Building 64Bit
+  - cmd: msbuild CP_Main_10.sln /p:Configuration=Release /p:Platform=x64
 
 after_build:
   - iscc /F"DittoSetup_%VERSION_FILENAME%" "DittoSetup\DittoSetup_10.iss"