mirror of
https://github.com/nlohmann/json.git
synced 2026-08-25 18:43:17 +00:00
no execution for special cases
This commit is contained in:
+1
-1
@@ -237,7 +237,7 @@ install:
|
|||||||
################
|
################
|
||||||
|
|
||||||
script: |
|
script: |
|
||||||
if [[ "${SPECIAL}" != "" ]]; then
|
if [[ "${SPECIAL}" == "" ]]; then
|
||||||
# show OS/compiler version
|
# show OS/compiler version
|
||||||
uname -a
|
uname -a
|
||||||
$CXX --version
|
$CXX --version
|
||||||
|
|||||||
Reference in New Issue
Block a user