From bdc589b0b1360cd06c48f88a117c55e84198ab23 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 17 Nov 2020 12:03:45 -0800 Subject: Switch CI to github actions. (#1609) * Remove travis config files * change github build script * skip non-tag build on appveyor --- github_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'github_build.sh') diff --git a/github_build.sh b/github_build.sh index 78a4d4211..445b04b19 100644 --- a/github_build.sh +++ b/github_build.sh @@ -6,11 +6,11 @@ chmod u+x premake5 # generate slang-tag-version.h git describe --tags | sed -e "s/\(.*\)/\#define SLANG_TAG_VERSION \"\1\"/" > slang-tag-version.h cat slang-tag-version.h - + # Create the makefile ./premake5 gmake --cc=${CC} # Build the configuration -make config=${CONFIGURATION}_x64 -j2 +make config=${CONFIGURATION}_x64 -j`nproc` -- cgit v1.2.3