projects
/
platform
/
upstream
/
libgc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b55dd
)
AppVeyor CI: Fix cmake Release build by passing --config
author
Ivan Maidanski
<ivmai@mail.ru>
Wed, 26 Jun 2019 19:55:42 +0000
(22:55 +0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Wed, 26 Jun 2019 19:55:42 +0000
(22:55 +0300)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index
97efaab
..
3aa7589
100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-41,7
+41,7
@@
install:
build_script:
- cmd: if [%TARGET%]==[cmake] (
- cmake %CMAKE_OPTIONS% . && cmake --build . )
+ cmake %CMAKE_OPTIONS% . && cmake --build .
--config %CMAKE_CONFIG%
)
- cmd: if [%TARGET%]==[cygwin] (
C:\cygwin\bin\bash -e -l -c
"cd /cygdrive/c/projects/bdwgc && ./autogen.sh && ./configure %CONF_OPTIONS% --enable-werror && cat include/config.h && make -j CFLAGS_EXTRA='%CFLAGS_EXTRA%'" )