Skip to content

Commit

Permalink
Reorganize windows sdk (#2958)
Browse files Browse the repository at this point in the history
* Move declaration of install functions

This allows us to use them singularly in a different context.
  • Loading branch information
keneanung committed Aug 9, 2019
1 parent b151384 commit 80db089
Show file tree
Hide file tree
Showing 7 changed files with 516 additions and 443 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -28,7 +28,7 @@ on_failure:
- bash -c "curl --upload-file ./verbose_output.log https://transfer.sh/verbose_output.log"

cache:
- '%MINGW_BASE_DIR% -> CI\appveyor.install.ps1'
- '%MINGW_BASE_DIR% -> CI\appveyor.install.ps1, CI\appveyor.functions.ps1'

notifications:
- provider: Webhook
Expand Down
2 changes: 1 addition & 1 deletion CI/appveyor.build.ps1
@@ -1,6 +1,6 @@
cd "$Env:APPVEYOR_BUILD_FOLDER"

. CI\appveyor.set-environment.ps1
. CI\appveyor.functions.ps1
SetQtBaseDir "C:\src\verbose_output.log"
SetMingwBaseDir "C:\src\verbose_output.log"
SetLuarocksPath "C:\src\verbose_output.log"
Expand Down

0 comments on commit 80db089

Please sign in to comment.