From 2abd52d46dee679efcdc6a6ba3ba6202f8b8d105 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 12 Apr 2019 15:26:23 +0200 Subject: Let's try this fix --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index dda8030c..74b54a81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: command: | mkdir build; cd build; - cmake ..; + cmake -DUSER_VERSION_DIR=version ..; make user_version; cd version; mkdir build; @@ -77,7 +77,7 @@ jobs: cp dox.log version/doc/html/; cp -R version/doc/html /tmp/doxygen; which bibtex > /tmp/doxygen/bitex.txt; - which perl >> /tmp/doxygen/bitex.txt; + which perl > /tmp/doxygen/perl.txt; - store_artifacts: path: /tmp/doxygen -- cgit v1.2.3