Skip to content

Commit

Permalink
use ninja for gitlab ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxfan91 committed Mar 4, 2021
1 parent 88cf423 commit 262e6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ build:
- cat /proc/meminfo
- echo "checking CPU(s)"
- cat /proc/cpuinfo
- CC=clang CXX=clang++ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DPHASAR_BUILD_UNITTESTS=ON ..
- make -j4
- CC=clang CXX=clang++ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DPHASAR_BUILD_UNITTESTS=ON -G Ninja ..
- ninja
# Install Phasar and test the examples
- make install
- cd /builds/pdschbrt/sse_dfa_llvm/examples/llvm-hello_world/
Expand Down

0 comments on commit 262e6b4

Please sign in to comment.