Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh committed May 9, 2019
1 parent 98fb3e6 commit b6daec3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions scripts/ci_build.sh
Expand Up @@ -63,6 +63,7 @@ then
./scripts/ci_xml_checker.sh constants.xml || exit 1
./scripts/ci_xml_checker.sh constants_local.xml || exit 1
./scripts/license_checker.sh || exit 1
./scripts/check_guard.sh || exit 1
cmake --build ${dir} --target clang-format || exit 1
cmake --build ${dir} --target clang-tidy || exit 1
# The target Zilliqa_coverage already includes "ctest" command, see cmake/CodeCoverage.cmake
Expand Down
3 changes: 2 additions & 1 deletion scripts/ci_install_deps.sh
Expand Up @@ -97,7 +97,8 @@ apt-get install -y \
curl \
libxml2-utils \
python-pip \
git
git \
gawk

pip install pyyaml
pip install boto3 --user
Expand Down
6 changes: 3 additions & 3 deletions src/libServer/Server.h
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#ifndef ZILLIQA_SRC_LIBSERVER_SERVER_H_
#define ZILLIQA_SRC_LIBSERVER_SERVER_H_
#ifndef ZILLIQA_SRC_LIBSERVER_SERVER_H__
#define ZILLIQA_SRC_LIBSERVER_SERVER_H__

#include <mutex>
#include <random>
Expand Down Expand Up @@ -101,4 +101,4 @@ class Server {
virtual uint8_t GetPrevDifficulty();
};

#endif // ZILLIQA_SRC_LIBSERVER_SERVER_H_
#endif // ZILLIQA_SRC_LIBSERVER_SERVER_H__

0 comments on commit b6daec3

Please sign in to comment.