Files
2ship2harkinian-Android/mm/linux/build.sh
Archez 5a8989bdbe Pack and publish release builds (#300)
* pack release builds

* changes

* test

* more

* different unzip

* different unzip 2

* add pr artifacts action

* mm hashes

* add gc rom

* update linux sh

* fix windows linking

* give windows release a console

* tweaks
2024-05-22 09:05:03 -05:00

7 lines
185 B
Bash
Executable File

#!/bin/bash
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build build-cmake --config Release --
(cd build-cmake && cpack -G External)