d755f7788b
feature(workflow): add GitHub actions
4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
git submodule update --init --recursive
|
|
./tools/macos/premake5 gmake2
|