Browse Source

it is three in total while 2 in parallel

pull/3280/head
User User-User 4 years ago
parent
commit
dd05bccb9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -91,7 +91,7 @@ steps:
- $CC --version
- mkdir build && cd build
- cmake $CMAKE_FLAGS ..
- make -j
- make -j `nproc`
- ctest -V

---


Loading…
Cancel
Save