summaryrefslogtreecommitdiffstats
path: root/github_build.sh
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2020-11-17 08:57:13 -0800
committerGitHub <noreply@github.com>2020-11-17 08:57:13 -0800
commit7dd0ff9d08ca8b5f86f2a71afaa94d625c6ad64e (patch)
treef23a5f103c34126ff5c73aada46b58428af253e6 /github_build.sh
parent39709fb19e105a47e991d5a3d32663a69e5aac91 (diff)
Integrate github actions for linux deployment. (#1607)
Diffstat (limited to 'github_build.sh')
-rw-r--r--github_build.sh2
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