Updated config.yml

This commit is contained in:
Rebekah 2022-04-04 20:00:12 +00:00
parent 872e6a09a1
commit 6f6f068cb9

View File

@ -12,6 +12,9 @@ jobs:
- run:
name: "CMake build files"
command: "cd build && cmake -DCMAKE_BUILD_TYPE=1 ../"
- run:
name: "Build Project"
command: "make"
workflows:
build-libpdraw-workflow: