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