Skip to content

Commit

Permalink
Change assembly files and complete formally autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Mar 24, 2018
1 parent b044b15 commit 30f9c1e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
- cmd: set BUILD_FOLDER=%APPVEYOR_BUILD_FOLDER%\scripts
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
# download and extract KSP DLLs
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_0.zip
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_1.zip
- cmd: cd %DOWNLOAD_FOLDER% & dir
- cmd: 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
# display what are in the directories
# display what are in the following directories
- cmd: cd %ASSEMBLY_FOLDER% & dir
- cmd: cd %BUILD_FOLDER% & dir
- cmd: cd %APPVEYOR_BUILD_FOLDER% & dir
Expand Down Expand Up @@ -164,9 +164,9 @@
auth_token:
secure: n+llubPy/E9M9wRI1EkEM+dTxzDem7dVCquHhNwHCokxKP42l2svIO9deKnClD4y
# is it a draft release?
draft: true
draft: false
# is a a pre-release?
prerelease: false
prerelease: true
# which branch?
on:
branch: develop
Expand Down Expand Up @@ -211,11 +211,11 @@
# on_build_status_changed: true

# Github
#- provider: GitHubPullRequest
# auth_token:
# secure: n+llubPy/E9M9wRI1EkEM+dTxzDem7dVCquHhNwHCokxKP42l2svIO9deKnClD4y
- provider: GitHubPullRequest
auth_token:
secure: n+llubPy/E9M9wRI1EkEM+dTxzDem7dVCquHhNwHCokxKP42l2svIO9deKnClD4y

# Slack using webhook
#- provider: Slack
# incoming_webhook:
# secure: UYWbRjEf2f/AfPVych87UTtvwwEfdk/ukZQb+PnlGzL9h7fjoQhH0IDfYoLLSguO6uGIEilbfBohUg4znkjikaVcI8OoZVxcPwXnsJliKRI=
- provider: Slack
incoming_webhook:
secure: UYWbRjEf2f/AfPVych87UTtvwwEfdk/ukZQb+PnlGzL9h7fjoQhH0IDfYoLLSguO6uGIEilbfBohUg4znkjikaVcI8OoZVxcPwXnsJliKRI=

0 comments on commit 30f9c1e

Please sign in to comment.