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