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
ruanhaishen
hiredis
Commits
4d00404b
Commit
4d00404b
authored
Jan 21, 2019
by
Justin Brewer
Committed by
Mark Nunberg
Feb 20, 2019
Browse files
Update appveyor.yml to cmake
Signed-off-by:
Justin Brewer
<
jzb0012@auburn.edu
>
parent
93261d46
Changes
1
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
4d00404b
...
@@ -5,8 +5,9 @@ environment:
...
@@ -5,8 +5,9 @@ environment:
CC
:
gcc
CC
:
gcc
-
CYG_BASH
:
C:\cygwin\bin\bash
-
CYG_BASH
:
C:\cygwin\bin\bash
CC
:
gcc
CC
:
gcc
TARGET
:
32bit
CFLAGS
:
-m32
TARGET_VARS
:
32bit-vars
CXXFLAGS
:
-m32
LDFLAGS
:
-m32
clone_depth
:
1
clone_depth
:
1
...
@@ -20,4 +21,4 @@ install:
...
@@ -20,4 +21,4 @@ install:
build_script
:
build_script
:
-
'
echo
building...'
-
'
echo
building...'
-
'
%CYG_BASH%
-lc
"cd
$APPVEYOR_BUILD_FOLDER;
exec
0</dev/null;
m
ake
LDFLAGS=$LDFLAGS
CC=$CC
$TARGET
CFLAGS=$CFLAGS
&&
make
LDFLAGS=$LDFLAGS
CC=$CC
$TARGET_VARS
hiredis-example
"'
-
'
%CYG_BASH%
-lc
"cd
$APPVEYOR_BUILD_FOLDER;
exec
0</dev/null;
m
kdir
build
&&
cd
build
&&
c
make
..
-G
\"Unix
Makefiles\"
&&
make
VERBOSE=1
"'
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