feat/support_fiber #6
@ -7,12 +7,22 @@ matrix:
|
||||
- Release
|
||||
|
||||
steps:
|
||||
- name: linux-x64-gcc
|
||||
- name: linux-x64-gcc-build
|
||||
image: art.uocat.com/docker/tqcq/cross:v1.0.1
|
||||
commands:
|
||||
- mkdir build
|
||||
- cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DTILE_BUILD_BENCHMARKS=ON -DTILE_BUILD_TESTS=ON
|
||||
- cmake --build build -j $(nproc)
|
||||
|
||||
- name: linux-x64-gcc-test
|
||||
image: art.uocat.com/docker/tqcq/cross:v1.0.1
|
||||
commands:
|
||||
- cd build
|
||||
- ctest --output-on-failure -j $(nproc)
|
||||
|
||||
- name: linux-x64-gcc-benchmark
|
||||
image: art.uocat.com/docker/tqcq/cross:v1.0.1
|
||||
commands:
|
||||
- ./build/bin/tile_bm_all
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user