Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
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
fmt
Commits
82652f4e
Commit
82652f4e
authored
Jul 27, 2014
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experiment with appveyor.
parent
b9c40c6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
appveyor.yml
appveyor.yml
+9
-7
No files found.
appveyor.yml
View file @
82652f4e
environment
:
matrix
:
-
Build
:
msvc
Config
:
Debug
-
Build
:
msvc
Config
:
Release
-
Build
:
mingw
configuration
:
-
Debug
-
Release
Config
:
Debug
-
Build
:
mingw
Config
:
Release
install
:
-
ps
:
|
...
...
@@ -27,15 +29,15 @@ before_build:
$env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""
$generator = "-GMinGW Makefiles"
}
echo "-DCMAKE_BUILD_TYPE=$env:Config
uration
"
cmake -DFMT_EXTRA_TESTS=ON "-DCMAKE_BUILD_TYPE=$env:Config
uration
" "$generator" .
echo "-DCMAKE_BUILD_TYPE=$env:Config"
cmake -DFMT_EXTRA_TESTS=ON "-DCMAKE_BUILD_TYPE=$env:Config" "$generator" .
build_script
:
-
ps
:
|
if ($env:Build -eq "mingw") {
mingw32-make -j4
} else {
msbuild /m:4 /p:Config
uration=$env:Configuration
FORMAT.sln
msbuild /m:4 /p:Config
=$env:Config
FORMAT.sln
}
test_script
:
...
...
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