|
@@ -32,9 +32,6 @@ install:
|
|
|
build_script:
|
|
build_script:
|
|
|
- ps: |
|
|
- ps: |
|
|
|
craft --src-dir $env:APPVEYOR_BUILD_FOLDER nextcloud-client
|
|
craft --src-dir $env:APPVEYOR_BUILD_FOLDER nextcloud-client
|
|
|
- craft --package --src-dir $env:APPVEYOR_BUILD_FOLDER nextcloud-client
|
|
|
|
|
- cp C:\CraftMaster\windows-msvc2019_64-cl\tmp\*.7z $env:APPVEYOR_BUILD_FOLDER
|
|
|
|
|
- cp C:\CraftMaster\windows-msvc2019_64-cl\tmp\*.exe $env:APPVEYOR_BUILD_FOLDER
|
|
|
|
|
|
|
|
|
|
test_script:
|
|
test_script:
|
|
|
- ps: |
|
|
- ps: |
|
|
@@ -43,7 +40,3 @@ test_script:
|
|
|
environment:
|
|
environment:
|
|
|
matrix:
|
|
matrix:
|
|
|
- TARGET: windows-msvc2019_64-cl
|
|
- TARGET: windows-msvc2019_64-cl
|
|
|
-
|
|
|
|
|
-artifacts:
|
|
|
|
|
- - path: '*.7z'
|
|
|
|
|
- - path: '*.exe'
|
|
|