- https://github.com/m6w6/libmemcached
secrets:
- 685c5b0a-395c-4031-97f8-97496bb6c25f
- - 79d59693-c250-4eba-9569-24650f86256b
+ - d7dfe587-b433-481b-8725-d7ccd82e59fb
environment:
ENABLE_HASH_HSIEH: "ON"
ENABLE_MEMASLAP: "ON"
- install: |
maybe cmake --install debug --prefix /tmp
- success: |
- maybe
+ notify-gitter success
- https://github.com/m6w6/libmemcached
secrets:
- 685c5b0a-395c-4031-97f8-97496bb6c25f
- - 79d59693-c250-4eba-9569-24650f86256b
+ - d7dfe587-b433-481b-8725-d7ccd82e59fb
environment:
ENABLE_HASH_HSIEH: "ON"
ENABLE_MEMASLAP: "ON"
maybe cmake --build release -j2 --target package -- VERBOSE=
maybe cmake --build release -j2 --target push-artifacts -- VERBOSE=
- success: |
- maybe
+ notify-gitter success
- https://github.com/m6w6/libmemcached
secrets:
- 685c5b0a-395c-4031-97f8-97496bb6c25f
- - 79d59693-c250-4eba-9569-24650f86256b
+ - d7dfe587-b433-481b-8725-d7ccd82e59fb
environment:
ENABLE_HASH_HSIEH: "ON"
ENABLE_MEMASLAP: "OFF"
maybe cmake --build release -j2 --target package -- VERBOSE=
maybe cmake --build release -j2 --target push-artifacts -- VERBOSE=
- success:
- maybe
+ notify-gitter success
#!/usr/bin/env bash
-if test $# -eq 0
-then
- notify-gitter success
-fi
-
"$@"
ERROR=$?
REF_URL=https://github.com/${REPO}/commits/${REF}
BUILD_URL=${JOB_URL}
-BUILD_TAG=$(uname -o)
+BUILD_TAG=$(uname -o 2>/dev/null || uname -s)
if test "$BUILD_TAG" = "GNU/Linux"
then
BUILD_TAG=$(lsb_release -irs)