👷 fixed path
This commit is contained in:
parent
5ebe722045
commit
a5e00f2cf7
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user