Home
last modified time | relevance | path

Searched +full:- +full:dflatbuffers_build_flathash (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/.github/workflows/
Dbuild.yml6 - master
9 - master
12 build-linux:
14 runs-on: ubuntu-latest
17 cxx: [g++-9, clang++-9]
19 - uses: actions/checkout@v1
20 - name: cmake
21 run: CXX=${{ matrix.cxx }} cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .
22 - name: build
23 run: make -j4
[all …]
/third_party/flatbuffers/
D.travis.yml4 - GCC_VERSION="4.9"
6 - UBSAN_OPTIONS=halt_on_error=1
7 - ASAN_OPTIONS=halt_on_error=1
9 - JOBS=2
10 - MAKEFLAGS="-j 2"
12 conan-linux: &conan-linux
18 - docker
20 - ./conan/travis/install.sh
22 - ./conan/travis/build.sh
25 conan-linux-master: &conan-linux-master
[all …]