commit 4cf29c773771fd0d8806157090adbdcf16aa7211
parent 7898fe1026afeffa9d92e989090d6780e68577e5
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 6 Dec 2017 16:34:33 +0100
Set always same working_directory
Signed-off-by: MTRNord <mtrnord1@gmail.com>
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -5,6 +5,7 @@ jobs:
- image: therecipe/qt:linux
environment:
DESKTOP: true
+ working_directory: /home/user/work/src/github.com/Nordgedanken/Morpheus/
steps:
- run:
name: Get Morpheus
@@ -14,6 +15,7 @@ jobs:
- image: therecipe/qt:linux
environment:
DESKTOP: true
+ working_directory: /home/user/work/src/github.com/Nordgedanken/Morpheus/
steps:
- run:
name: Run Build
@@ -24,6 +26,7 @@ jobs:
- image: therecipe/qt:linux
environment:
DESKTOP: true
+ working_directory: /home/user/work/src/github.com/Nordgedanken/Morpheus/
steps:
- run:
name: Run Tests
@@ -34,6 +37,7 @@ jobs:
- image: therecipe/qt:windows_64_static
environment:
DESKTOP: true
+ working_directory: /home/user/work/src/github.com/Nordgedanken/Morpheus/
steps:
- run:
name: Run Build
@@ -44,6 +48,7 @@ jobs:
- image: therecipe/qt:windows_64_static
environment:
DESKTOP: true
+ working_directory: /home/user/work/src/github.com/Nordgedanken/Morpheus/
steps:
- run:
name: Run Tests