summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-11-20 22:52:57 +0100
committertastytea2020-11-20 22:52:57 +0100
commitcf4302248febc21cd72e99988652eae26670e3c1 (patch)
treecc118eaa597fdd0aac00aa7bb8897f66abd025fd
parentcadf0d777e8632afe262b4b91f7072c292a167a8 (diff)
downloadmastodonpp-cf4302248febc21cd72e99988652eae26670e3c1.tar
mastodonpp-cf4302248febc21cd72e99988652eae26670e3c1.tar.gz
mastodonpp-cf4302248febc21cd72e99988652eae26670e3c1.zip
Typo in CI recipe.
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index d4c2e09..acfc838 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -141,7 +141,7 @@ steps:
- apt-get install -qq build-essential cmake lsb-release
- apt-get install -qq libcurl4-openssl-dev
- rm -rf build && mkdir -p build && cd build
- - cmake -G "Unix Makefiles" -SCMAKE_INSTALL_PREFIX=/usr -DWITH_DEB=YES ..
+ - cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DWITH_DEB=YES ..
- make
- make install DESTDIR=install
- make package