forked from ScoopInstaller/Scoop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bucket extraction and refactoring (ScoopInstaller#3449)
- The main bucket of Scoop has been separated to https://github.com/ScoopInstaller/Main - Requires PowerShell 5 and newer ScoopInstaller#3330 - Improve and refactor decompression functions ScoopInstaller#3204 ScoopInstaller#3409 ScoopInstaller#3411 - Move scoop config from `~\.scoop` to `~\.config\scoop\config.json` ScoopInstaller#3242 - Add `scoop hold` and `scoop unhold` for excluding programs from updates ScoopInstaller#3444 - Refactored some Core functions ScoopInstaller#3314 ScoopInstaller#3416 - Small fix for starting processes on Windows 7 ScoopInstaller#3415 Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com> Co-authored-by: Chawye Hsu <h404bi@outlook.com> Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
- Loading branch information
Showing
506 changed files
with
827 additions
and
14,524 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,38 @@ | ||
version: "{build}-{branch}" | ||
|
||
branches: | ||
except: | ||
- gh-pages | ||
|
||
build: off | ||
deploy: off | ||
clone_depth: 49 | ||
|
||
image: | ||
- Visual Studio 2017 | ||
|
||
- Visual Studio 2017 | ||
environment: | ||
scoop: C:\projects\scoop | ||
scoop_home: C:\projects\scoop | ||
scoop_helpers: C:\projects\helpers | ||
lessmsi: '%scoop_helpers%\lessmsi\lessmsi.exe' | ||
innounp: '%scoop_helpers%\innounp\innounp.exe' | ||
matrix: | ||
- PowerShell: 5 | ||
- PowerShell: 6 | ||
|
||
cache: | ||
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> appveyor.yml' | ||
|
||
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> appveyor.yml, test\bin\*.ps1' | ||
- C:\projects\helpers -> appveyor.yml, test\bin\*.ps1 | ||
matrix: | ||
fast_finish: true | ||
|
||
for: | ||
- matrix: | ||
only: | ||
- PowerShell: 5 | ||
install: | ||
- ps: .\test\bin\init.ps1 | ||
test_script: | ||
- ps: .\test\bin\test.ps1 | ||
- matrix: | ||
only: | ||
- PowerShell: 6 | ||
install: | ||
- pwsh: .\test\bin\init.ps1 | ||
test_script: | ||
- pwsh: .\test\bin\test.ps1 | ||
- matrix: | ||
only: | ||
- PowerShell: 5 | ||
install: | ||
- ps: . "$env:SCOOP_HOME\test\bin\init.ps1" | ||
test_script: | ||
- ps: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER" | ||
- matrix: | ||
only: | ||
- PowerShell: 6 | ||
install: | ||
- pwsh: . "$env:SCOOP_HOME\test\bin\init.ps1" | ||
test_script: | ||
- pwsh: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.