Browse Source
Add missing CMakeLists.txt from root folder to source upload
Fixes #3190
pull/15/merge
James Rowe
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.ci/scripts/windows/upload.ps1
|
|
@ -39,6 +39,7 @@ mkdir "artifacts" |
|
|
# Build a tar.xz for the source of the release |
|
|
# Build a tar.xz for the source of the release |
|
|
Copy-Item .\license.txt -Destination $MSVC_SOURCE |
|
|
Copy-Item .\license.txt -Destination $MSVC_SOURCE |
|
|
Copy-Item .\README.md -Destination $MSVC_SOURCE |
|
|
Copy-Item .\README.md -Destination $MSVC_SOURCE |
|
|
|
|
|
Copy-Item .\CMakeLists.txt -Destination $MSVC_SOURCE |
|
|
Copy-Item .\src -Recurse -Destination $MSVC_SOURCE |
|
|
Copy-Item .\src -Recurse -Destination $MSVC_SOURCE |
|
|
Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE |
|
|
Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE |
|
|
Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE |
|
|
Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE |
|
|
|