Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
cd02df78
Commit
cd02df78
authored
Oct 05, 2015
by
woogerboy21
Browse files
Merge pull request #1627 from ctrlaltca/no_jom_no_cry
Fix appveyor builds
parents
43262b29
784148e1
Changes
1
Show whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
cd02df78
...
@@ -20,7 +20,6 @@ install:
...
@@ -20,7 +20,6 @@ install:
# upgrade cmake in order to have c++11 support
# upgrade cmake in order to have c++11 support
-
choco install cmake -y
-
choco install cmake -y
-
choco install nsis -y
-
choco install nsis -y
-
choco install jom -y
-
ps
:
|
-
ps
:
|
if (Test-Path c:\protoc) {
if (Test-Path c:\protoc) {
echo "using protoc from cache"
echo "using protoc from cache"
...
@@ -63,8 +62,8 @@ build_script:
...
@@ -63,8 +62,8 @@ build_script:
Write-Output "PROTOINC = $protoinc"
Write-Output "PROTOINC = $protoinc"
Write-Output "PROTOLIB = $protolib"
Write-Output "PROTOLIB = $protolib"
Write-Output "PROTOC = $protoc"
Write-Output "PROTOC = $protoc"
cmake .. "-GNMake Makefiles
JOM
" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_PREFIX_PATH=c:/Qt/$env:qt_ver" "-DWITH_SERVER=1" "-DZLIB_INCLUDE_DIR=$zlibinc" "-DZLIB_LIBRARY=$zliblib" "-DPROTOBUF_INCLUDE_DIR=$protoinc" "-DPROTOBUF_LIBRARIES=$protolib" "-DPROTOBUF_LIBRARIES=$protolib" "-DPROTOBUF_LIBRARY=$protolib" "-DPROTOBUF_PROTOC_EXECUTABLE=$protoc"
cmake .. "-GNMake Makefiles" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_PREFIX_PATH=c:/Qt/$env:qt_ver" "-DWITH_SERVER=1" "-DZLIB_INCLUDE_DIR=$zlibinc" "-DZLIB_LIBRARY=$zliblib" "-DPROTOBUF_INCLUDE_DIR=$protoinc" "-DPROTOBUF_LIBRARIES=$protolib" "-DPROTOBUF_LIBRARIES=$protolib" "-DPROTOBUF_LIBRARY=$protolib" "-DPROTOBUF_PROTOC_EXECUTABLE=$protoc"
-
jom
package
-
nmake
package
-
c:\cygwin\bin\ls -l
-
c:\cygwin\bin\ls -l
-
ps
:
|
-
ps
:
|
$exe = dir -name *.exe
$exe = dir -name *.exe
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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