👷 fixed path
This commit is contained in:
parent
5ebe722045
commit
a5e00f2cf7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
command: 'apt-get update && sudo apt-get install -y cmake'
|
command: 'apt-get update && sudo apt-get install -y cmake'
|
||||||
- run:
|
- run:
|
||||||
name: Create build files
|
name: Create build files
|
||||||
command: 'cmake -Bbuild'
|
command: 'mkdir build ; cd build ; cmake ..'
|
||||||
- run:
|
- run:
|
||||||
name: Compile
|
name: Compile
|
||||||
command: 'cmake --build build'
|
command: 'cmake --build build'
|
||||||
|
|
Loading…
Reference in a new issue