Skip to content

Commit

Permalink
#12 Build as C++ project
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Nov 29, 2018
1 parent dd2257d commit 3c5d9bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .appveyor.yml
Expand Up @@ -15,6 +15,7 @@ environment:
PGPASSWORD: Password12!
matrix:
- GENERATOR: Visual Studio 15 2017 Win64
- CONAN_VISUAL_VERSIONS: 15

init: []

Expand All @@ -36,15 +37,16 @@ test_script:
for:
-
matrix:
only:
- CONAN_VISUAL_VERSIONS: 15
environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONAN_VISUAL_VERSIONS: 15
PYTHON: "C:\\Python37"
CONAN_BUILD_TYPES: "%CONFIGURATION%"
build: false
install:
- set PATH=%PATH%;%PYTHON%/Scripts/
- pip.exe install conan --upgrade
- pip.exe install conan_package_tools bincrafters_package_tools
- conan user
- pip.exe install --upgrade conan conan_package_tools
test_script:
- python build.py
- python .conan/build.py

2 changes: 1 addition & 1 deletion .conan/build.py
Expand Up @@ -76,5 +76,5 @@ def reference(self):
upload_only_when_stable=settings.upload_only_when_stable,
stable_branch_pattern=settings.stable_branch_pattern,
test_folder=os.path.join(".conan", "test_package"))
builder.add()
builder.add_common_builds(pure_c=False)
builder.run()

0 comments on commit 3c5d9bc

Please sign in to comment.