File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 99 - " *" # new tag version, like `0.8.4` or else
1010 branches :
1111 - master
12- - flatbuffers-64
1312 pull_request :
1413 branches :
1514 - master
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 :
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 :
You can’t perform that action at this time.
0 commit comments