Updated config.yml

This commit is contained in:
Rebekah 2022-04-04 20:37:09 +00:00
parent f6ebe54c9f
commit beca1dd4cf

View File

@ -16,10 +16,10 @@ jobs:
command: "mkdir build"
- run:
name: "CMake build files"
command: "cd build && cmake -DCMAKE_BUILD_TYPE=1 ../"
command: "cd build && cmake -DCMAKE_BUILD_TYPE=Release ../"
- run:
name: "Build Project"
command: "make"
command: "cd build && make"
workflows:
build-libpdraw-workflow: