[ci] Share Generated Assets Across All Platforms (#1074)

This commit is contained in:
David Chavez 2022-08-09 00:02:35 +02:00 committed by GitHub
commit 9b33827d02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 29 deletions

View file

@ -1,7 +1,6 @@
#!/bin/bash
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build build-cmake --target ExtractAssets --
cmake --build build-cmake --config Release --
(cd build-cmake && cpack -G External)