File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- environment :
2
- matrix :
3
- - image : Visual Studio 2017
1
+ image : Visual Studio 2017
4
2
5
3
platform :
6
4
- x64
@@ -11,9 +9,8 @@ install:
11
9
- git submodule update
12
10
13
11
test_script :
14
- - IF /I "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017"
15
- - IF /I "%PLATFORM%" == "x64" ECHO "x64 building..." && CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 && build release amd64 && cd test && ..\bin\Windows_amd64_release\fibjs.exe --prof main.js
16
- - IF /I "%PLATFORM%" == "x86" ECHO "x86 building..." && CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 && build release i386 && cd test && ..\bin\Windows_i386_release\fibjs.exe --prof main.js
12
+ - IF /I "%PLATFORM%" == "x64" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" && ECHO "x64 building..." && build release amd64 && cd test && ..\bin\Windows_amd64_release\fibjs.exe --prof main.js
13
+ - IF /I "%PLATFORM%" == "x86" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat" && ECHO "x86 building..." && build release i386 && cd test && ..\bin\Windows_i386_release\fibjs.exe --prof main.js
17
14
- IF /I "%APPVEYOR_REPO_TAG%" == "false" set APPVEYOR_REPO_TAG_NAME=dist
18
15
- mkdir %APPVEYOR_REPO_TAG_NAME%
19
16
- IF /I "%PLATFORM%" == "x64" copy .\bin\Windows_amd64_release\fibjs.exe .\%APPVEYOR_REPO_TAG_NAME%\fibjs-%APPVEYOR_REPO_TAG_NAME%-windows-x64.exe
You can’t perform that action at this time.
0 commit comments