Skip to content
Snippets Groups Projects
Commit d6bfaf27 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Fail build on errors

parent 755cc434
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -ex
cd build/
# Capture coverage info.
......
#!/bin/bash
set -ex
if [ $TRAVIS_OS_NAME == linux ]; then
sudo update-alternatives --remove-all gcc
sudo update-alternatives --remove-all g++
......
......@@ -3,6 +3,8 @@
#include "mtxclient/crypto/client.hpp"
#include "mtxclient/crypto/types.hpp"
#include "sodium.h"
using json = nlohmann::json;
using namespace mtx::crypto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment