Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
2334c48e
Commit
2334c48e
authored
Dec 05, 2019
by
gabime
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v1.x' of
https://github.com/gabime/spdlog
into v1.x
parents
afb949a4
13e1667d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
appveyor.yml
appveyor.yml
+6
-2
No files found.
appveyor.yml
View file @
2334c48e
version
:
1.0.{build}
image
:
Visual Studio
201
5
image
:
Visual Studio
201
7
environment
:
matrix
:
-
GENERATOR
:
'
"MinGW
Makefiles"'
...
...
@@ -14,6 +14,10 @@ environment:
BUILD_TYPE
:
Debug
-
GENERATOR
:
'
"Visual
Studio
14
2015
Win64"'
BUILD_TYPE
:
Release
-
GENERATOR
:
'
"Visual
Studio
15
2017
Win64"'
BUILD_TYPE
:
Debug
-
GENERATOR
:
'
"Visual
Studio
15
2017
Win64"'
BUILD_TYPE
:
Release
build_script
:
-
cmd
:
>-
set
...
...
@@ -24,7 +28,7 @@ build_script:
set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
set PATH=C:\mingw-w64\
i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin
;%PATH%
set PATH=C:\mingw-w64\
x86_64-7.2.0-posix-seh-rt_v5-rev1
;%PATH%
cmake .. -G %GENERATOR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DSPDLOG_WCHAR_SUPPORT=ON -DSPDLOG_BUILD_EXAMPLE=ON -DSPDLOG_BUILD_EXAMPLE_HO=ON -DSPDLOG_BUILD_TESTS=ON -DSPDLOG_BUILD_TESTS_HO=OFF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment