mirror of
https://github.com/Naios/continuable.git
synced 2026-02-09 03:06:41 +08:00
Attempt to upload packages
This commit is contained in:
parent
e57b9b21ad
commit
3963d34a92
@ -23,7 +23,11 @@ before_build:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: cmake --build build --config %CONFIGURATION% --target ALL_BUILD -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:minimal /maxcpucount:2 /nologo
|
- cmd: cmake --build build --config %CONFIGURATION% --target ALL_BUILD -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:minimal /maxcpucount:2 /nologo
|
||||||
|
- cmd: cmake --build build --config %CONFIGURATION% --target PACKAGE -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:minimal /maxcpucount:2 /nologo
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: cd build
|
- cmd: cd build
|
||||||
- cmd: ctest -C %CONFIGURATION% -V .
|
- cmd: ctest -C %CONFIGURATION% -V .
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: 'build/*.zip'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user