Skip to content
Snippets Groups Projects
do_build 166 B
Newer Older
  • Learn to ignore specific revisions
  • Whitney Armstrong's avatar
    Whitney Armstrong committed
    #!/bin/bash
    
    cmake -Bbuild -S. -DCMAKE_CXX_STANDARD=17 -DCMAKE_INSTALL_PREFIX=install
    cmake --build build -j30
    cmake --build build --target test
    cmake --install build