aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--circle.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 990d3939..45a26fa8 100644
--- a/circle.yml
+++ b/circle.yml
@@ -105,7 +105,11 @@ jobs:
command: ccache -M 80M && ccache -c && ccache -s && ccache -z
- run:
name: Build
- command: ./scripts/build.sh RelWithDebInfo
+ command: |
+ mkdir -p build
+ cd build
+ cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ make -j4
- run:
name: CCache statistics
command: ccache -s