Skip to content
Snippets Groups Projects
Commit a1bf27a4 authored by samm2's avatar samm2
Browse files

circleci: fix build

parent ba1b9941
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment