woops, forgot these lines

This commit is contained in:
Phuntsok Drak-pa 2018-11-21 01:21:13 +01:00
parent 631bca6d8f
commit 988dbcaa87
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@ matrix:
include:
# Linux Clang C++17
- env:
BUILD_TYPE=Debug
BUILD_TYPE=debug
BIN_DIR=debug
CC=clang-5.0
CXX=clang++-5.0
- env:
BUILD_TYPE=Release
BUILD_TYPE=release
BIN_DIR=bin
CC=clang-5.0
CXX=clang++-5.0