From 838c8723e314782c255011536126b95e9d6a97f9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 24 Mar 2020 14:51:59 -0400 Subject: Add .circleci/config.yml --- .circleci/install_spm.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .circleci/install_spm.sh (limited to '.circleci/install_spm.sh') diff --git a/.circleci/install_spm.sh b/.circleci/install_spm.sh new file mode 100755 index 0000000..4aaea1c --- /dev/null +++ b/.circleci/install_spm.sh @@ -0,0 +1,5 @@ +#!/bin/bash +mkdir build +cd build +cmake3 -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Debug .. +make install -- cgit