From b9f2895b4d7a646f36e8081867a5ba8db1e8dd11 Mon Sep 17 00:00:00 2001 From: Irina Guberman Date: Tue, 15 Aug 2017 13:47:46 -0500 Subject: [PATCH] configure for QC testing on http://quickcheck-ci.com --- .eqc_ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eqc_ci b/.eqc_ci index e7c4c8a..48d727b 100644 --- a/.eqc_ci +++ b/.eqc_ci @@ -1,2 +1,2 @@ -{build, "make eqc_compile"}. +{build, "sudo apt-get update && sudo apt-get install libsodium-dev && make eqc_compile"}. {test_path, "_build/default/lib/enacl/ebin"}. \ No newline at end of file