Commit ad011c77 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

remove -j4 from ctest for ci master build

parent 5f370ce0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ run git clone --recursive https://github.com/eclipse/xacc && cd xacc && mkdir bu
    && make -j$(nproc) install 
run cd ../../ && git clone -b master https://github.com/ornl-qci/qcor && cd qcor && mkdir build && cd build \
    && cmake .. -DXACC_DIR=~/.xacc -DLLVM_ROOT=/usr/local/aideqc/llvm -DMLIR_DIR=/usr/local/aideqc/llvm/lib/cmake/mlir -DQCOR_BUILD_TESTS=TRUE \
    && make -j$(nproc) install && ctest -j4 --output-on-failure
 No newline at end of file
    && make -j$(nproc) install && ctest --output-on-failure
 No newline at end of file