feature build all
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 2m24s
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 2m24s
This commit is contained in:
parent
2515c2d21b
commit
1dbb1d87f5
@ -80,7 +80,7 @@ jobs:
|
||||
cmake .. -DULIB_BUILD_TESTS=ON -DCMAKE_TOOLCHAIN_FILE=../toolchains/mips64el-linux-gnuabi64.toolchain.cmake
|
||||
|
||||
- name: build
|
||||
run: cmake --build build -j `nproc`
|
||||
run: cmake --build build --target all -j `nproc`
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user