Add gitrevision and license.txt files to the builds.7z.

This commit is contained in:
Tautvydas Žilys 2022-02-24 01:07:46 -08:00
Родитель 11b4b35130
Коммит 766b5d2366
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,8 @@ all:
commands:
- cmake -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDLL
- cmake --build . --target tbb --target tbbmalloc --config RelWithDebInfo
- external\7z\7za.exe a -t7z -m0=lzma2 msvc_19.25_cxx_64_md_relwithdebinfo\builds.7z .\msvc_19.25_cxx_64_md_relwithdebinfo\tbb12.dll .\msvc_19.25_cxx_64_md_relwithdebinfo\tbb12.pdb .\msvc_19.25_cxx_64_md_relwithdebinfo\tbbmalloc.dll .\msvc_19.25_cxx_64_md_relwithdebinfo\tbbmalloc.pdb
- git show --quiet HEAD > gitrevision.txt
- external\7z\7za.exe a -t7z -m0=lzma2 msvc_19.25_cxx_64_md_relwithdebinfo\builds.7z .\msvc_19.25_cxx_64_md_relwithdebinfo\tbb12.dll .\msvc_19.25_cxx_64_md_relwithdebinfo\tbb12.pdb .\msvc_19.25_cxx_64_md_relwithdebinfo\tbbmalloc.dll .\msvc_19.25_cxx_64_md_relwithdebinfo\tbbmalloc.pdb gitrevision.txt LICENSE.txt
artifacts:
builds:
paths: