Skip to content

Commit 70423fe

Browse files
authoredAug 25, 2022
Update config.yml
1 parent 29eddea commit 70423fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
popd
4141
mkdir build
4242
cd build
43-
cmake -G Ninja ".."
43+
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ".."
4444
4545
- run:
4646
name: Build dorito
@@ -109,7 +109,7 @@ jobs:
109109
command: |
110110
mkdir build
111111
cd build
112-
cmake -G Ninja ..
112+
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
113113
114114
- run:
115115
name: Awful Kludge
@@ -146,7 +146,7 @@ jobs:
146146
- attach_workspace:
147147
at: .
148148
- github-release/release:
149-
tag: 'v$CIRCLE_TAG'
149+
tag: '$CIRCLE_TAG'
150150
title: 'Dorito v$CIRCLE_TAG'
151151
artefacts-folder: artifacts
152152

0 commit comments

Comments
 (0)