We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29eddea commit 70423feCopy full SHA for 70423fe
.circleci/config.yml
@@ -40,7 +40,7 @@ jobs:
40
popd
41
mkdir build
42
cd build
43
- cmake -G Ninja ".."
+ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ".."
44
45
- run:
46
name: Build dorito
@@ -109,7 +109,7 @@ jobs:
109
command: |
110
111
112
- cmake -G Ninja ..
+ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
113
114
115
name: Awful Kludge
@@ -146,7 +146,7 @@ jobs:
146
- attach_workspace:
147
at: .
148
- github-release/release:
149
- tag: 'v$CIRCLE_TAG'
+ tag: '$CIRCLE_TAG'
150
title: 'Dorito v$CIRCLE_TAG'
151
artefacts-folder: artifacts
152
0 commit comments