Skip to content

Commit

Permalink
#23: Initial appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpinjackie committed Jun 17, 2018
1 parent 3552ece commit f833eaa
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 0.4.0.{build}
shallow_clone: true
# Don't actually build. This is not a .net project
build: false
branches:
only:
- master
clone_folder: c:\projects\mapguide-api-bindings
before_build:
- echo APPVEYOR_PROJECT_NAME %APPVEYOR_PROJECT_NAME%
- echo APPVEYOR_PROJECT_SLUG %APPVEYOR_PROJECT_SLUG%
- echo APPVEYOR_BUILD_FOLDER %APPVEYOR_BUILD_FOLDER%
- echo APPVEYOR_BUILD_ID %APPVEYOR_BUILD_ID%
- echo APPVEYOR_BUILD_NUMBER %APPVEYOR_BUILD_NUMBER%
- echo APPVEYOR_BUILD_VERSION %APPVEYOR_BUILD_VERSION%
- echo APPVEYOR_REPO_NAME %APPVEYOR_REPO_NAME%
- echo APPVEYOR_REPO_BRANCH %APPVEYOR_REPO_BRANCH%
- echo APPVEYOR_REPO_TAG %APPVEYOR_REPO_TAG%
- echo APPVEYOR_REPO_TAG_NAME %APPVEYOR_REPO_TAG_NAME%
- echo APPVEYOR_REPO_COMMIT %APPVEYOR_REPO_COMMIT%
- echo APPVEYOR_REPO_COMMIT_TIMESTAMP %APPVEYOR_REPO_COMMIT_TIMESTAMP%

install:
- appveyor DownloadFile "https://github.com/jumpinjackie/mapguide-api-bindings/releases/download/v0.3/mapguide-3.1-buildpack.7z"
- appveyor DownloadFile "http://prdownloads.sourceforge.net/swig/swigwin-3.0.12.zip"
- 7z x mapguide-3.1-buildpack.7z -oc:\projects\mapguide-api-bindings\sdk\3.1
- 7z x swigwin-3.0.12.zip -oc:\

test_script:
- envsetupsdk.cmd 3 1 1 9389
- cmake_build.cmd c:\projects\mg_bindings_build c:\swigwin-3.0.12

0 comments on commit f833eaa

Please sign in to comment.