diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-10 20:53:42 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-10 20:53:42 -0500 |
| commit | 7f327022305c877668ab9c0037fb35d5988f4d95 (patch) | |
| tree | 01ecf13bfef1d95fdf0fd14fbefd2b9148b3713b /appveyor.yml | |
| parent | ab1efa2af3836f4a6a834c01271fc87e9aa08406 (diff) | |
| download | Project-Silicon-7f327022305c877668ab9c0037fb35d5988f4d95.tar.gz Project-Silicon-7f327022305c877668ab9c0037fb35d5988f4d95.tar.bz2 Project-Silicon-7f327022305c877668ab9c0037fb35d5988f4d95.zip | |
Hopefully fixed appveyor
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0f851da..2c35afa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,31 @@ +image: Visual Studio 2015 +configuration: Debug +platform: Any CPU +before_build: +- nuget restore + +build: + verbosity: detailed + project: Project_Silicon.sln + after_build: - - tree /F - - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" +- cmd: tree /F +- cmd: 7z a -tzip "Project Ports/bin/Debug/Project-Silicon.zip" "Project Ports/bin/Debug/*" artifacts: - - path: \bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip - name: Ports-%APPVEYOR_BUILD_VERSION% +- path: Project Ports/bin/Debug/BSODPrank.zip + name: DevBuild + +deploy: + provider: GitHub + release: Continuous build + description: 'Project Silicon Development Builds' + auth_token: + secure: MeuJU9DaBpnzRdWaqvDfR4M7WhtB90FIpmYkZ5GmS8GyVSWyHT2FAMtDczW3D/JQ + artifact: /.*\.zip/ + draft: false + prerelease: true + force_update: true + tag: continuous + on: + appveyor_repo_tag: true
\ No newline at end of file |
