Skip to content

Commit c65f5f0

Browse files
dbaileychessJochen Parmentier
authored andcommitted
Update build.yml (google#8162)
Removes some old comments from the CI builds.
1 parent c9ee46b commit c65f5f0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- "*" # new tag version, like `0.8.4` or else
1010
branches:
1111
- master
12-
- flatbuffers-64
1312
pull_request:
1413
branches:
1514
- master
@@ -39,10 +38,6 @@ jobs:
3938
run: |
4039
chmod +x flatc
4140
./flatc --version
42-
# - name: flatc tests
43-
# run: |
44-
# yarn global add esbuild
45-
# python3 tests/flatc/main.py
4641
- name: upload build artifacts
4742
uses: actions/upload-artifact@v1
4843
with:
@@ -75,6 +70,8 @@ jobs:
7570
run: CXX=clang++-15 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DFLATBUFFERS_STRICT_MODE=ON -DFLATBUFFERS_CXX_FLAGS="-DFLATBUFFERS_NO_FILE_TESTS" .
7671
- name: build
7772
run: make -j
73+
- name: test
74+
run: ./flattests
7875

7976
build-linux-out-of-source:
8077
name: Build Linux with out-of-source build location
@@ -169,8 +166,6 @@ jobs:
169166
run: msbuild.exe FlatBuffers.sln /p:Configuration=Release /p:Platform=x64
170167
- name: test
171168
run: Release\flattests.exe
172-
# - name: flatc tests
173-
# run: python3 tests/flatc/main.py --flatc Release\flatc.exe
174169
- name: upload build artifacts
175170
uses: actions/upload-artifact@v1
176171
with:
@@ -271,8 +266,6 @@ jobs:
271266
run: |
272267
chmod +x Release/flatc
273268
Release/flatc --version
274-
# - name: flatc tests
275-
# run: python3 tests/flatc/main.py --flatc Release/flatc
276269
- name: upload build artifacts
277270
uses: actions/upload-artifact@v1
278271
with:

0 commit comments

Comments
 (0)