Last active
September 30, 2019 02:30
-
-
Save wyrover/33df00f4626957881a7568baa0cae996 to your computer and use it in GitHub Desktop.
3rdparty-AppVeyor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 1.0.{build} | |
| branches: | |
| only: | |
| - master | |
| image: | |
| - Visual Studio 2017 | |
| init: | |
| - git --version | |
| - git config --global core.autocrlf true | |
| clone_depth: 1 | |
| environment: | |
| GIT_CACHE_PATH: C:\Users\electron\libcc_cache | |
| ELECTRON_OUT_DIR: Default | |
| ELECTRON_ENABLE_STACK_DUMPING: 1 | |
| MOCHA_REPORTER: mocha-multi-reporters | |
| MOCHA_MULTI_REPORTERS: mocha-appveyor-reporter, tap | |
| install: | |
| - .\appveyor.install.bat | |
| build_script: | |
| - .\build.bat | |
| after_build: | |
| - cd c:\projects\3rdparty-AppVeyor\ | |
| #cache: | |
| # - boost_1_60_0 -> appveyor.yml | |
| # - boost_1_62_0 -> appveyor.yml | |
| # - boost_1_63_0 -> appveyor.yml | |
| # - OpenSSL-Win32 -> appveyor.yml | |
| # - OpenSSL-Win64 -> appveyor.yml | |
| # - msys64 -> appveyor.yml | |
| # - cygwin -> appveyor.yml | |
| # - cygwin64 -> appveyor.yml | |
| # - mingw-w64 -> appveyor.yml | |
| artifacts: | |
| - path: ./src/helloworld/*.exe | |
| name: dist | |
| type: zip | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment