diff options
| author | Yong He <yonghe@outlook.com> | 2020-11-17 08:57:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 08:57:13 -0800 |
| commit | 7dd0ff9d08ca8b5f86f2a71afaa94d625c6ad64e (patch) | |
| tree | f23a5f103c34126ff5c73aada46b58428af253e6 /github_build.sh | |
| parent | 39709fb19e105a47e991d5a3d32663a69e5aac91 (diff) | |
Integrate github actions for linux deployment. (#1607)
Diffstat (limited to 'github_build.sh')
| -rw-r--r-- | github_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github_build.sh b/github_build.sh index b0970a903..78a4d4211 100644 --- a/github_build.sh +++ b/github_build.sh @@ -11,6 +11,6 @@ cat slang-tag-version.h ./premake5 gmake --cc=${CC} # Build the configuration -make config=${CONFIGURATION}_x64 +make config=${CONFIGURATION}_x64 -j2 |
