File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set (fasttext_VERSION_MINOR 1)
17
17
include_directories (fasttext)
18
18
19
19
if (WIN32 )
20
- set (CMAKE_CXX_FLAGS " -std=c++11 -funroll-loops -O3 -march=native " )
20
+ set (CMAKE_CXX_FLAGS "/O2 " )
21
21
else ()
22
22
set (CMAKE_CXX_FLAGS " -pthread -std=c++11 -funroll-loops -O3 -march=native" )
23
23
endif ()
Original file line number Diff line number Diff line change @@ -31,28 +31,27 @@ before_build:
31
31
cmake --version
32
32
33
33
cmake .. -G %generator%
34
-
35
- dir
36
34
37
35
build :
38
36
project : c:\projects\fasttext\build\fasttext.sln
39
37
parallel : true
40
38
39
+ after_build :
40
+ 7z a %APPVEYOR_BUILD_FOLDER%\build\fasttext-win64-latest-%CONFIGURATION%.zip %APPVEYOR_BUILD_FOLDER%\build\%CONFIGURATION%
41
+
41
42
artifacts :
42
- - path : build/% CONFIGURATION%
43
+ - path : build\fasttext-win64-latest-$( CONFIGURATION).zip
43
44
name : fastText-win64-%CONFIGURATION%
44
- type : zip
45
45
46
46
deploy :
47
- release : fastText-%APPVEYOR_REPO_TAG_NAME% -build$(appveyor_build_version)
48
- description : ' The latest binary build of fastText for 64 bit Windows, using VS2017'
47
+ release : fastText-latest -build$(appveyor_build_version)
48
+ description : ' The latest binary build $(appveyor_build_version) of fastText for 64 bit Windows, using VS2017'
49
49
provider : GitHub
50
50
auth_token :
51
51
secure : w6RhxxgTQp67I0w3mL1oSQXUZpmhnedD8uWFMyHaubLK0t0+cKWt5uLPCoHq2XbL
52
- artifact : fastText -win64-% CONFIGURATION%
53
- draft : false
52
+ artifact : build\fasttext -win64-latest-$( CONFIGURATION).zip
53
+ draft : true
54
54
prerelease : false
55
+ force_update : false
55
56
on :
56
- branch : master
57
- configuration : Release
58
- appveyor_repo_tag : true
57
+ branch : master
You can’t perform that action at this time.
0 commit comments