From a1bf27a41dc786a392b0cf71c7d0f46654b4e104 Mon Sep 17 00:00:00 2001 From: samm2 <samm2@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 9 Oct 2017 12:22:11 +0000 Subject: [PATCH] circleci: fix build git-svn-id: https://svn.code.sf.net/p/smartmontools/code/branches/RELEASE_6_0_DRIVEDB@4534 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 212261682..ef401efb6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ references: name: Checking drivedb.h with a specific smartmontools version command: | SM_VER=`cat ~/SM_VER` && SVNREV=`cat ~/SVNREV` - cd smartmontools-${SM_VER} && mkdir build && cd build + cd ~/smartmontools-${SM_VER} && mkdir build && cd build ../configure && make -j2 && make check jobs: -- GitLab