Updated config.yml

This commit is contained in:
Rebekah 2022-04-04 19:58:21 +00:00
parent 83562c142e
commit 872e6a09a1

View File

@ -11,9 +11,7 @@ jobs:
command: "mkdir build"
- run:
name: "CMake build files"
command:
cd build
cmake -DCMAKE_BUILD_TYPE=1 ..
command: "cd build && cmake -DCMAKE_BUILD_TYPE=1 ../"
workflows:
build-libpdraw-workflow: