summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author罗泽轩 <spacewanderlzx@gmail.com>2021-04-20 05:28:26 +0800
committerGitHub <noreply@github.com>2021-04-19 14:28:26 -0700
commit0c77775966ab446055a392cbd09b93168f02b6fc (patch)
treec4d0de761b3b0ecfcd5568f584112885bd1a37ec
parentc43ba175209f225f9d2a49efd528d061a398a10c (diff)
downloadflatbuffers-0c77775966ab446055a392cbd09b93168f02b6fc.tar.gz
flatbuffers-0c77775966ab446055a392cbd09b93168f02b6fc.tar.bz2
flatbuffers-0c77775966ab446055a392cbd09b93168f02b6fc.zip
[TS] Remove duplicated build-ts ci (#6575)
Now we already have a real build-ts ci job, let's remove the commented one.
-rw-r--r--.github/workflows/build.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2fc6cff1..ce8bf5a2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -164,18 +164,6 @@ jobs:
# working-directory: tests
# run: bash JavaScriptTest.sh
- #build-ts:
- # name: Build TS
- # runs-on: ubuntu-latest
- # steps:
- # - uses: actions/checkout@v1
- # - name: flatc
- # # FIXME: make test script not rely on flatc
- # run: cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DFLATBUFFERS_BUILD_TESTS=OFF -DFLATBUFFERS_INSTALL=OFF -DFLATBUFFERS_BUILD_FLATLIB=OFF -DFLATBUFFERS_BUILD_FLATHASH=OFF . && make -j4
- # - name: test
- # working-directory: tests
- # run: bash TypeScriptTest.sh
-
build-python:
name: Build Python
runs-on: ubuntu-latest