Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
0f7f5cd9
Unverified
Commit
0f7f5cd9
authored
Sep 25, 2018
by
Gennadiy Civil
Committed by
GitHub
Sep 25, 2018
Browse files
Merge pull request #1861 from gennadiycivil/master
adding c++11 to appveyor mingW and autotools build
parents
b19266a3
db6e8c72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
.travis.yml
.travis.yml
+1
-0
appveyor.yml
appveyor.yml
+2
-0
No files found.
.travis.yml
View file @
0f7f5cd9
...
...
@@ -26,6 +26,7 @@ matrix:
compiler
:
gcc
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-autotools.sh
env
:
VERBOSE=1 CXX_FLAGS=-std=c++11
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
gcc
...
...
appveyor.yml
View file @
0f7f5cd9
...
...
@@ -23,6 +23,8 @@ environment:
-
compiler
:
gcc-5.3.0-posix
generator
:
"
MinGW
Makefiles"
cxx_path
:
'
C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
cxx_options
:
"
-std=gnu++11"
enabled_on_pr
:
yes
-
compiler
:
gcc-6.3.0-posix
generator
:
"
MinGW
Makefiles"
...
...
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