From f3cfd9356a8b404649c4b816e62c7464da2b6462 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Sat, 18 Nov 2023 13:09:02 -0800 Subject: [PATCH] Update build.yml (#8162) Removes some old comments from the CI builds. --- .github/workflows/build.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b79fe184f740..29ee1d322daa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,6 @@ on: - "*" # new tag version, like `0.8.4` or else branches: - master - - flatbuffers-64 pull_request: branches: - master @@ -39,10 +38,6 @@ jobs: run: | chmod +x flatc ./flatc --version - # - name: flatc tests - # run: | - # yarn global add esbuild - # python3 tests/flatc/main.py - name: upload build artifacts uses: actions/upload-artifact@v1 with: @@ -75,6 +70,8 @@ jobs: run: CXX=clang++-15 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DFLATBUFFERS_STRICT_MODE=ON -DFLATBUFFERS_CXX_FLAGS="-DFLATBUFFERS_NO_FILE_TESTS" . - name: build run: make -j + - name: test + run: ./flattests build-linux-out-of-source: name: Build Linux with out-of-source build location @@ -169,8 +166,6 @@ jobs: run: msbuild.exe FlatBuffers.sln /p:Configuration=Release /p:Platform=x64 - name: test run: Release\flattests.exe - # - name: flatc tests - # run: python3 tests/flatc/main.py --flatc Release\flatc.exe - name: upload build artifacts uses: actions/upload-artifact@v1 with: @@ -271,8 +266,6 @@ jobs: run: | chmod +x Release/flatc Release/flatc --version - # - name: flatc tests - # run: python3 tests/flatc/main.py --flatc Release/flatc - name: upload build artifacts uses: actions/upload-artifact@v1 with: