Browse Source

CI build changed to Release.

main
offa 4 years ago
parent
commit
7d1ce2511c
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      script/ci_build.sh

+ 1
- 2
script/ci_build.sh View File

-g cmake_paths \ -g cmake_paths \
.. ..


cmake ..
cmake -DCMAKE_BUILD_TYPE=Release ..
make make
make unittest make unittest


Loading…
Cancel
Save