👷 fixed path

This commit is contained in:
Niels Lohmann
2019-03-30 17:19:27 +01:00
parent 5ebe722045
commit a5e00f2cf7

View File

@@ -18,7 +18,7 @@ jobs:
command: 'apt-get update && sudo apt-get install -y cmake'
- run:
name: Create build files
command: 'cmake -Bbuild'
command: 'mkdir build ; cd build ; cmake ..'
- run:
name: Compile
command: 'cmake --build build'