👷 fixed path

This commit is contained in:
Niels Lohmann 2019-03-30 17:19:27 +01:00
parent 5ebe722045
commit a5e00f2cf7
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

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'