[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
parent 9afbe42720
commit 9b33827d02
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)